Go to the documentation of this file.
34 #if (NUM_SPI_MODS >= 1)
49 void checkRxErrorSPI1() {
50 if (SPI1STATbits.SPIROV) {
52 SPI1STATbits.SPIROV = 0;
77 #endif // #if (NUM_SPI_MODS >= 1)
120 #if (NUM_SPI_MODS >= 2)
135 void checkRxErrorSPI2() {
136 if (SPI2STATbits.SPIROV) {
138 SPI2STATbits.SPIROV = 0;
163 #endif // #if (NUM_SPI_MODS >= 2)