Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c361 (uint32_t)(~((uint32_t)HAL_FMPI2C_STATE_READY))))
619 hfmpi2c->State = HAL_FMPI2C_STATE_READY; in HAL_FMPI2C_Init()
741 if (HAL_FMPI2C_STATE_READY == hfmpi2c->State) in HAL_FMPI2C_RegisterCallback()
861 if (HAL_FMPI2C_STATE_READY == hfmpi2c->State) in HAL_FMPI2C_UnRegisterCallback()
975 if (HAL_FMPI2C_STATE_READY == hfmpi2c->State) in HAL_FMPI2C_RegisterAddrCallback()
1007 if (HAL_FMPI2C_STATE_READY == hfmpi2c->State) in HAL_FMPI2C_UnRegisterAddrCallback()
1120 if (hfmpi2c->State == HAL_FMPI2C_STATE_READY) in HAL_FMPI2C_Master_Transmit()
1209 hfmpi2c->State = HAL_FMPI2C_STATE_READY; in HAL_FMPI2C_Master_Transmit()
1239 if (hfmpi2c->State == HAL_FMPI2C_STATE_READY) in HAL_FMPI2C_Master_Receive()
1329 hfmpi2c->State = HAL_FMPI2C_STATE_READY; in HAL_FMPI2C_Master_Receive()
[all …]
Dstm32f4xx_hal_fmpi2c_ex.c98 if (hfmpi2c->State == HAL_FMPI2C_STATE_READY) in HAL_FMPI2CEx_ConfigAnalogFilter()
116 hfmpi2c->State = HAL_FMPI2C_STATE_READY; in HAL_FMPI2CEx_ConfigAnalogFilter()
144 if (hfmpi2c->State == HAL_FMPI2C_STATE_READY) in HAL_FMPI2CEx_ConfigDigitalFilter()
168 hfmpi2c->State = HAL_FMPI2C_STATE_READY; in HAL_FMPI2CEx_ConfigDigitalFilter()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h112 HAL_FMPI2C_STATE_READY = 0x20U, /*!< Peripheral Initialized and ready for use */ enumerator