Searched refs:SPI_DISABLE (Results 1 – 3 of 3) sorted by relevance
246 #define SPI_DISABLE(x) ((x)->perh->CON1 &= ~(1 << SPI_CON1_SPIEN_POS)) macro
275 #define SPI_DISABLE(x) ((x)->perh->CON1 &= ~(1 << SPI_CON1_SPIEN_POS)) macro
149 SPI_DISABLE(hperh); in ald_spi_reset()
Completed in 16 milliseconds