|
STM32F479xx 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 2337 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2253 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2236 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2287 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2270 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2304 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2185 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2134 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2202 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2151 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2219 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2168 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
| 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 2320 of file stm32f4xx_hal_can.c.
Referenced by HAL_CAN_Init(), HAL_CAN_IRQHandler(), and HAL_CAN_UnRegisterCallback().
1.7.6.1