STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for IRQ Handler and Callbacks:

Functions

void HAL_FMPI2C_EV_IRQHandler (FMPI2C_HandleTypeDef *hfmpi2c)
 This function handles FMPI2C event interrupt request. More...
 
void HAL_FMPI2C_ER_IRQHandler (FMPI2C_HandleTypeDef *hfmpi2c)
 This function handles FMPI2C error interrupt request. More...
 
void HAL_FMPI2C_MasterTxCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Master Tx Transfer completed callback. More...
 
void HAL_FMPI2C_MasterRxCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Master Rx Transfer completed callback. More...
 
void HAL_FMPI2C_SlaveTxCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Slave Tx Transfer completed callback. More...
 
void HAL_FMPI2C_SlaveRxCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Slave Rx Transfer completed callback. More...
 
void HAL_FMPI2C_AddrCallback (FMPI2C_HandleTypeDef *hfmpi2c, uint8_t TransferDirection, uint16_t AddrMatchCode)
 Slave Address Match callback. More...
 
void HAL_FMPI2C_ListenCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Listen Complete callback. More...
 
void HAL_FMPI2C_MemTxCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Memory Tx Transfer completed callback. More...
 
void HAL_FMPI2C_MemRxCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 Memory Rx Transfer completed callback. More...
 
void HAL_FMPI2C_ErrorCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 FMPI2C error callback. More...
 
void HAL_FMPI2C_AbortCpltCallback (FMPI2C_HandleTypeDef *hfmpi2c)
 FMPI2C abort callback. More...
 

Detailed Description

Function Documentation

◆ HAL_FMPI2C_AbortCpltCallback()

__weak void HAL_FMPI2C_AbortCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

FMPI2C abort callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4851 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_AddrCallback()

__weak void HAL_FMPI2C_AddrCallback ( FMPI2C_HandleTypeDef hfmpi2c,
uint8_t  TransferDirection,
uint16_t  AddrMatchCode 
)

Slave Address Match callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
TransferDirectionMaster request Transfer Direction (Write/Read), value of FMPI2C Transfer Direction Master Point of View
AddrMatchCodeAddress Match Code
Return values
None

Definition at line 4769 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_ER_IRQHandler()

void HAL_FMPI2C_ER_IRQHandler ( FMPI2C_HandleTypeDef hfmpi2c)

This function handles FMPI2C error interrupt request.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4652 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_ErrorCallback()

__weak void HAL_FMPI2C_ErrorCallback ( FMPI2C_HandleTypeDef hfmpi2c)

FMPI2C error callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4835 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_EV_IRQHandler()

void HAL_FMPI2C_EV_IRQHandler ( FMPI2C_HandleTypeDef hfmpi2c)

This function handles FMPI2C event interrupt request.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4633 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_ListenCpltCallback()

__weak void HAL_FMPI2C_ListenCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Listen Complete callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4787 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_MasterRxCpltCallback()

__weak void HAL_FMPI2C_MasterRxCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Master Rx Transfer completed callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4720 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_MasterTxCpltCallback()

__weak void HAL_FMPI2C_MasterTxCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Master Tx Transfer completed callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4704 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_MemRxCpltCallback()

__weak void HAL_FMPI2C_MemRxCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Memory Rx Transfer completed callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4819 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_MemTxCpltCallback()

__weak void HAL_FMPI2C_MemTxCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Memory Tx Transfer completed callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4803 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_SlaveRxCpltCallback()

__weak void HAL_FMPI2C_SlaveRxCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Slave Rx Transfer completed callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4751 of file stm32f4xx_hal_fmpi2c.c.

◆ HAL_FMPI2C_SlaveTxCpltCallback()

__weak void HAL_FMPI2C_SlaveTxCpltCallback ( FMPI2C_HandleTypeDef hfmpi2c)

Slave Tx Transfer completed callback.

Parameters
hfmpi2cPointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.
Return values
None

Definition at line 4735 of file stm32f4xx_hal_fmpi2c.c.