Home
last modified time | relevance | path

Searched refs:USI_SW_RESET_RSTB (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_usi_uart.c65 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()
A Drtl8721dhp_usi_ssi.c178 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()
A Drtl8721dhp_usi_i2c.c84 USIx->SW_RESET &=(~USI_SW_RESET_RSTB); in USI_I2C_Init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_usi.h52 #define USI_SW_RESET_RSTB ((u32)0x00000001) /*BIT[0], USI reset/release all logic*/ macro

Completed in 10 milliseconds