Searched refs:USI_SPI_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
522 #define USI_SPI_ACTIVITY ((u32)0x00000001) /*BIT[0], SPI activity/idle status*/ macro
1085 u32 Busy = (((Status & USI_SPI_ACTIVITY) != 0) ? 1 : 0); in USI_SSI_Busy()
Completed in 7 milliseconds