Home
last modified time | relevance | path

Searched refs:SW_RESET (Results 1 – 6 of 6) 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()
125 USIx->SW_RESET |= USI_SW_RESET_RXFIFO_RSTB; in USI_UARTInit()
129 USIx->SW_RESET |= USI_SW_RESET_TXFIFO_RSTB; in USI_UARTInit()
136 USIx->SW_RESET &= (~USI_SW_RESET_RX_RSTB); in USI_UARTInit()
139 USIx->SW_RESET |= USI_SW_RESET_TX_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()
[all …]
A Drtl8721dhp_usi_i2c.c84 USIx->SW_RESET &=(~USI_SW_RESET_RSTB); in USI_I2C_Init()
85 USIx->SW_RESET = 0x1f; in USI_I2C_Init()
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()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_rgb_liteon_ltr381.c267 value = LTR381_SET_BITSLICE(value, SW_RESET, LTR381_ALS_NO_RESET); in drv_rgb_liteon_ltr381_set_default_config()
A Ddrv_als_liteon_ltr303.c312 value = LTR303_SET_BITSLICE(value, SW_RESET, LTR303_ALS_NO_RESET); in drv_als_liteon_ltr303_set_default_config()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dhal_platform.h504 __IO u32 SW_RESET; /*!< USI software reset register, Address offset: 0x04*/ member

Completed in 20 milliseconds