Home
last modified time | relevance | path

Searched refs:stat0 (Results 1 – 3 of 3) sorted by relevance

/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hw_i2c.c221 uint32_t stat0; in gd32_i2c_event_handler() local
226 stat0 = I2C_STAT0(cfg->i2c_periph); in gd32_i2c_event_handler()
229 if (stat0 & I2C_STAT0_SBSEND) in gd32_i2c_event_handler()
248 else if (stat0 & I2C_STAT0_ADDSEND) in gd32_i2c_event_handler()
252 else if (stat0 & I2C_STAT0_BTC) in gd32_i2c_event_handler()
256 else if (stat0 & I2C_STAT0_RBNE) in gd32_i2c_event_handler()
260 else if (stat0 & I2C_STAT0_TBE) in gd32_i2c_event_handler()
269 uint32_t stat0; in gd32_i2c_error_handler() local
277 if (stat0 & I2C_STAT0_BERR) in gd32_i2c_error_handler()
283 if (stat0 & I2C_STAT0_LOSTARB) in gd32_i2c_error_handler()
[all …]
/bsp/rockchip/common/rk_hal/lib/hal/src/cru/
A Dhal_cru.c557 if (pSetup->stat0) { in HAL_CRU_SetPllFreq()
558 if (READ_REG(*(pSetup->stat0)) & (1 << pSetup->lockShift)) { in HAL_CRU_SetPllFreq()
593 if (pSetup->stat0) { in HAL_CRU_SetPllPowerUp()
594 if (READ_REG(*(pSetup->stat0)) & (1 << pSetup->lockShift)) { in HAL_CRU_SetPllPowerUp()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_cru.h100 __I uint32_t *stat0; member

Completed in 14 milliseconds