Searched refs:stat0 (Results 1 – 3 of 3) sorted by relevance
221 uint32_t stat0; in gd32_i2c_event_handler() local226 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() local277 if (stat0 & I2C_STAT0_BERR) in gd32_i2c_error_handler()283 if (stat0 & I2C_STAT0_LOSTARB) in gd32_i2c_error_handler()[all …]
557 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()
100 __I uint32_t *stat0; member
Completed in 14 milliseconds