Searched refs:USPI_PROTSTS_BUSY_Msk (Results 1 – 3 of 3) sorted by relevance
207 #define USPI_IS_BUSY(uspi) ( ((uspi)->PROTSTS & USPI_PROTSTS_BUSY_Msk) == USPI_PROTSTS_BUSY_Msk ? 1…
589 u32TmpFlag = uspi->PROTSTS & USPI_PROTSTS_BUSY_Msk; in USPI_GetStatus()590 if(((u32Mask & USPI_BUSY_MASK)==USPI_BUSY_MASK) && (u32TmpFlag & USPI_PROTSTS_BUSY_Msk)) in USPI_GetStatus()
664 #define USPI_PROTSTS_BUSY_Msk (0x1ul << USPI_PROTSTS_BUSY_Pos) /*!< USP… macro