Searched refs:USI_SW_RESET_RX_RSTB (Results 1 – 3 of 3) sorted by relevance
136 USIx->SW_RESET &= (~USI_SW_RESET_RX_RSTB); in USI_UARTInit()319 USIx->SW_RESET |= USI_SW_RESET_RX_RSTB; in USI_UARTRxCmd()322 USIx->SW_RESET &= (~USI_SW_RESET_RX_RSTB); in USI_UARTRxCmd()1153 USIx->SW_RESET &= (~USI_SW_RESET_RX_RSTB); in USI_UARTLPRxInit()1297 USIx->SW_RESET |= USI_SW_RESET_RX_RSTB; in USI_UARTLPRxCmd()1300 USIx->SW_RESET &= (~USI_SW_RESET_RX_RSTB); in USI_UARTLPRxCmd()
179 USI_SW_RESET_TXFIFO_RSTB | USI_SW_RESET_RX_RSTB | USI_SW_RESET_TX_RSTB; in USI_SSI_Cmd()
54 #define USI_SW_RESET_RX_RSTB ((u32)0x00000004) /*BIT[2], USI reset RX path*/ macro
Completed in 9 milliseconds