CAN Callback functions.
More...
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
◆ HAL_CAN_ErrorCallback()
Error CAN callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2339 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_RxFifo0FullCallback()
Rx FIFO 0 full callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2255 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_RxFifo0MsgPendingCallback()
Rx FIFO 0 message pending callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2238 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_RxFifo1FullCallback()
Rx FIFO 1 full callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2289 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_RxFifo1MsgPendingCallback()
Rx FIFO 1 message pending callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2272 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_SleepCallback()
Sleep callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2306 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_TxMailbox0AbortCallback()
Transmission Mailbox 0 Cancellation callback.
- Parameters
-
hcan | pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2187 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_TxMailbox0CompleteCallback()
Transmission Mailbox 0 complete callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2136 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_TxMailbox1AbortCallback()
Transmission Mailbox 1 Cancellation callback.
- Parameters
-
hcan | pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2204 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_TxMailbox1CompleteCallback()
Transmission Mailbox 1 complete callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2153 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_TxMailbox2AbortCallback()
Transmission Mailbox 2 Cancellation callback.
- Parameters
-
hcan | pointer to an CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2221 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_TxMailbox2CompleteCallback()
Transmission Mailbox 2 complete callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2170 of file stm32f4xx_hal_can.c.
◆ HAL_CAN_WakeUpFromRxMsgCallback()
WakeUp from Rx message callback.
- Parameters
-
hcan | pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. |
- Return values
-
Definition at line 2322 of file stm32f4xx_hal_can.c.