Searched refs:USI_SW_RESET_RSTB (Results 1 – 4 of 4) sorted by relevance
65 USIx->SW_RESET &=(~USI_SW_RESET_RSTB); in USI_UARTDeInit()66 USIx->SW_RESET |=USI_SW_RESET_RSTB; in USI_UARTDeInit()120 USIx->SW_RESET &=(~USI_SW_RESET_RSTB); in USI_UARTInit()121 USIx->SW_RESET |=USI_SW_RESET_RSTB; in USI_UARTInit()
178 usi_dev->SW_RESET |= USI_SW_RESET_RSTB | USI_SW_RESET_RXFIFO_RSTB | in USI_SSI_Cmd()181 usi_dev->SW_RESET &= ~USI_SW_RESET_RSTB; in USI_SSI_Cmd()
84 USIx->SW_RESET &=(~USI_SW_RESET_RSTB); in USI_I2C_Init()
52 #define USI_SW_RESET_RSTB ((u32)0x00000001) /*BIT[0], USI reset/release all logic*/ macro
Completed in 10 milliseconds