STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
void | HAL_FMPSMBUS_EV_IRQHandler (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Handle FMPSMBUS event interrupt request. More... | |
void | HAL_FMPSMBUS_ER_IRQHandler (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Handle FMPSMBUS error interrupt request. More... | |
void | HAL_FMPSMBUS_MasterTxCpltCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Master Tx Transfer completed callback. More... | |
void | HAL_FMPSMBUS_MasterRxCpltCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Master Rx Transfer completed callback. More... | |
void | HAL_FMPSMBUS_SlaveTxCpltCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Slave Tx Transfer completed callback. More... | |
void | HAL_FMPSMBUS_SlaveRxCpltCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Slave Rx Transfer completed callback. More... | |
void | HAL_FMPSMBUS_AddrCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus, uint8_t TransferDirection, uint16_t AddrMatchCode) |
Slave Address Match callback. More... | |
void | HAL_FMPSMBUS_ListenCpltCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Listen Complete callback. More... | |
void | HAL_FMPSMBUS_ErrorCallback (FMPSMBUS_HandleTypeDef *hfmpsmbus) |
FMPSMBUS error callback. More... | |
__weak void HAL_FMPSMBUS_AddrCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus, |
uint8_t | TransferDirection, | ||
uint16_t | AddrMatchCode | ||
) |
Slave Address Match callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
TransferDirection | Master request Transfer Direction (Write/Read) |
AddrMatchCode | Address Match Code |
None |
Definition at line 1779 of file stm32f4xx_hal_fmpsmbus.c.
void HAL_FMPSMBUS_ER_IRQHandler | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Handle FMPSMBUS error interrupt request.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1703 of file stm32f4xx_hal_fmpsmbus.c.
__weak void HAL_FMPSMBUS_ErrorCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
FMPSMBUS error callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1814 of file stm32f4xx_hal_fmpsmbus.c.
void HAL_FMPSMBUS_EV_IRQHandler | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Handle FMPSMBUS event interrupt request.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1625 of file stm32f4xx_hal_fmpsmbus.c.
__weak void HAL_FMPSMBUS_ListenCpltCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Listen Complete callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1798 of file stm32f4xx_hal_fmpsmbus.c.
__weak void HAL_FMPSMBUS_MasterRxCpltCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Master Rx Transfer completed callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1730 of file stm32f4xx_hal_fmpsmbus.c.
__weak void HAL_FMPSMBUS_MasterTxCpltCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Master Tx Transfer completed callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1714 of file stm32f4xx_hal_fmpsmbus.c.
__weak void HAL_FMPSMBUS_SlaveRxCpltCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Slave Rx Transfer completed callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1761 of file stm32f4xx_hal_fmpsmbus.c.
__weak void HAL_FMPSMBUS_SlaveTxCpltCallback | ( | FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
Slave Tx Transfer completed callback.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
None |
Definition at line 1745 of file stm32f4xx_hal_fmpsmbus.c.