Searched refs:USI_SW_RESET_RXFIFO_RSTB (Results 1 – 3 of 3) sorted by relevance
124 USIx->SW_RESET &= (~USI_SW_RESET_RXFIFO_RSTB); in USI_UARTInit()125 USIx->SW_RESET |= USI_SW_RESET_RXFIFO_RSTB; in USI_UARTInit()612 USIx->SW_RESET &= (~USI_SW_RESET_RXFIFO_RSTB); in USI_UARTClearRxFifo()623 USIx->SW_RESET |= USI_SW_RESET_RXFIFO_RSTB; in USI_UARTClearRxFifo()
178 usi_dev->SW_RESET |= USI_SW_RESET_RSTB | USI_SW_RESET_RXFIFO_RSTB | in USI_SSI_Cmd()
56 #define USI_SW_RESET_RXFIFO_RSTB ((u32)0x00000010) /*BIT[4], USI reset rx FIFO*/ macro
Completed in 9 milliseconds