Home
last modified time | relevance | path

Searched defs:__FMPI2C_HandleTypeDef (Results 1 – 1 of 1) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_fmpi2c.h188 typedef struct __FMPI2C_HandleTypeDef struct
205 …HAL_StatusTypeDef(*XferISR)(struct __FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ITFlags, uint32_t ITS… argument
223 void (* MasterTxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
225 void (* MasterRxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
227 void (* SlaveTxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
229 void (* SlaveRxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
231 void (* ListenCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
233 void (* MemTxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
235 void (* MemRxCpltCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
237 void (* ErrorCallback)(struct __FMPI2C_HandleTypeDef *hfmpi2c); argument
[all …]