Based on all comments provided below, complete the following…
Based on all comments provided below, complete the following “C” function, spie_init, by selecting the appropriate choice in each of the given dropdown boxes. The response chosen for some dropdown box is meant to replace the “” statement that immediately precedes this box. /*————————————————————– spie_init — Description: Initialize and enable the SPIE module for the purpose of communicating with the relevant external student device. Ensure that the SPI clock frequency does not exceed the imposed limit of 20 kHz, following the standard assumption that the ATxmega128A1U has a system clock frequency of 2 MHz. Input(s): N/A Output(s): N/A————————————————————–*/void spie_init(void){ /* Useful macros to represent the relevant SPI signals. */ /* (Refer to the previous question, if necessary.) */ #define SS_bm (1