|
STM32F439xx HAL User Manual
|
CAN Callback functions. More...
Functions | |
| __weak void | HAL_CAN_TxMailbox0CompleteCallback (CAN_HandleTypeDef *hcan) |
| Transmission Mailbox 0 complete callback. | |
| __weak void | HAL_CAN_TxMailbox1CompleteCallback (CAN_HandleTypeDef *hcan) |
| Transmission Mailbox 1 complete callback. | |
| __weak void | HAL_CAN_TxMailbox2CompleteCallback (CAN_HandleTypeDef *hcan) |
| Transmission Mailbox 2 complete callback. | |
| __weak void | HAL_CAN_TxMailbox0AbortCallback (CAN_HandleTypeDef *hcan) |
| Transmission Mailbox 0 Cancellation callback. | |
| __weak void | HAL_CAN_TxMailbox1AbortCallback (CAN_HandleTypeDef *hcan) |
| Transmission Mailbox 1 Cancellation callback. | |
| __weak void | HAL_CAN_TxMailbox2AbortCallback (CAN_HandleTypeDef *hcan) |
| Transmission Mailbox 2 Cancellation callback. | |
| __weak void | HAL_CAN_RxFifo0MsgPendingCallback (CAN_HandleTypeDef *hcan) |
| Rx FIFO 0 message pending callback. | |
| __weak void | HAL_CAN_RxFifo0FullCallback (CAN_HandleTypeDef *hcan) |
| Rx FIFO 0 full callback. | |
| __weak void | HAL_CAN_RxFifo1MsgPendingCallback (CAN_HandleTypeDef *hcan) |
| Rx FIFO 1 message pending callback. | |
| __weak void | HAL_CAN_RxFifo1FullCallback (CAN_HandleTypeDef *hcan) |
| Rx FIFO 1 full callback. | |
| __weak void | HAL_CAN_SleepCallback (CAN_HandleTypeDef *hcan) |
| Sleep callback. | |
| __weak void | HAL_CAN_WakeUpFromRxMsgCallback (CAN_HandleTypeDef *hcan) |
| WakeUp from Rx message callback. | |
| __weak void | HAL_CAN_ErrorCallback (CAN_HandleTypeDef *hcan) |
| Error CAN callback. | |
CAN Callback functions.
Callback functions.
==============================================================================
##### Callback functions #####
==============================================================================
[..]
This subsection provides the following callback functions:
(+) HAL_CAN_TxMailbox0CompleteCallback
(+) HAL_CAN_TxMailbox1CompleteCallback
(+) HAL_CAN_TxMailbox2CompleteCallback
(+) HAL_CAN_TxMailbox0AbortCallback
(+) HAL_CAN_TxMailbox1AbortCallback
(+) HAL_CAN_TxMailbox2AbortCallback
(+) HAL_CAN_RxFifo0MsgPendingCallback
(+) HAL_CAN_RxFifo0FullCallback
(+) HAL_CAN_RxFifo1MsgPendingCallback
(+) HAL_CAN_RxFifo1FullCallback
(+) HAL_CAN_SleepCallback
(+) HAL_CAN_WakeUpFromRxMsgCallback
(+) HAL_CAN_ErrorCallback
| void HAL_CAN_ErrorCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Error CAN callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1871 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_RxFifo0FullCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Rx FIFO 0 full callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1787 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_RxFifo0MsgPendingCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Rx FIFO 0 message pending callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1770 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_RxFifo1FullCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Rx FIFO 1 full callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1821 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_RxFifo1MsgPendingCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Rx FIFO 1 message pending callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1804 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_SleepCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Sleep callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1838 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_TxMailbox0AbortCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Transmission Mailbox 0 Cancellation callback.
| hcan | pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1719 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_TxMailbox0CompleteCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Transmission Mailbox 0 complete callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1668 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_TxMailbox1AbortCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Transmission Mailbox 1 Cancellation callback.
| hcan | pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1736 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_TxMailbox1CompleteCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Transmission Mailbox 1 complete callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1685 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_TxMailbox2AbortCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Transmission Mailbox 2 Cancellation callback.
| hcan | pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1753 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_TxMailbox2CompleteCallback | ( | CAN_HandleTypeDef * | hcan | ) |
Transmission Mailbox 2 complete callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1702 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
| void HAL_CAN_WakeUpFromRxMsgCallback | ( | CAN_HandleTypeDef * | hcan | ) |
WakeUp from Rx message callback.
| hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
| None |
Definition at line 1854 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_IRQHandler().
1.7.6.1