Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c_ex.c103 hfmpi2c->State = HAL_FMPI2C_STATE_BUSY; in HAL_FMPI2CEx_ConfigAnalogFilter()
149 hfmpi2c->State = HAL_FMPI2C_STATE_BUSY; in HAL_FMPI2CEx_ConfigDigitalFilter()
Dstm32f4xx_hal_fmpi2c.c571 hfmpi2c->State = HAL_FMPI2C_STATE_BUSY; in HAL_FMPI2C_Init()
643 hfmpi2c->State = HAL_FMPI2C_STATE_BUSY; in HAL_FMPI2C_DeInit()
3133 hfmpi2c->State = HAL_FMPI2C_STATE_BUSY; in HAL_FMPI2C_IsDeviceReady()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h113 HAL_FMPI2C_STATE_BUSY = 0x24U, /*!< An internal process is ongoing */ enumerator