Home
last modified time | relevance | path

Searched refs:HAL_FMPI2C_ERROR_INVALID_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c755 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_RegisterCallback()
810 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_RegisterCallback()
831 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_RegisterCallback()
841 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_RegisterCallback()
927 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_UnRegisterCallback()
948 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_UnRegisterCallback()
958 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_UnRegisterCallback()
982 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_RegisterAddrCallback()
994 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_RegisterAddrCallback()
1021 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_INVALID_CALLBACK; in HAL_FMPI2C_UnRegisterAddrCallback()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h174 #define HAL_FMPI2C_ERROR_INVALID_CALLBACK (0x00000100U) /*!< Invalid Callback error */ macro