STM32F4xx_HAL_Driver
1.8.3
|
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... | |
__weak void HAL_FMPI2C_AbortCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
FMPI2C abort callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4851 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_AddrCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c, |
uint8_t | TransferDirection, | ||
uint16_t | AddrMatchCode | ||
) |
Slave Address Match callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
TransferDirection | Master request Transfer Direction (Write/Read), value of FMPI2C Transfer Direction Master Point of View |
AddrMatchCode | Address Match Code |
None |
Definition at line 4769 of file stm32f4xx_hal_fmpi2c.c.
void HAL_FMPI2C_ER_IRQHandler | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
This function handles FMPI2C error interrupt request.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4652 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_ErrorCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
FMPI2C error callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4835 of file stm32f4xx_hal_fmpi2c.c.
void HAL_FMPI2C_EV_IRQHandler | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
This function handles FMPI2C event interrupt request.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4633 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_ListenCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Listen Complete callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4787 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_MasterRxCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Master Rx Transfer completed callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4720 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_MasterTxCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Master Tx Transfer completed callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4704 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_MemRxCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Memory Rx Transfer completed callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4819 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_MemTxCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Memory Tx Transfer completed callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4803 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_SlaveRxCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Slave Rx Transfer completed callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4751 of file stm32f4xx_hal_fmpi2c.c.
__weak void HAL_FMPI2C_SlaveTxCpltCallback | ( | FMPI2C_HandleTypeDef * | hfmpi2c | ) |
Slave Tx Transfer completed callback.
hfmpi2c | Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C. |
None |
Definition at line 4735 of file stm32f4xx_hal_fmpi2c.c.