Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Functions | |
static HAL_StatusTypeDef | CAN_Receive_IT (CAN_HandleTypeDef *hcan, uint8_t FIFONumber) |
Receive a correct CAN frame. | |
static HAL_StatusTypeDef | CAN_Transmit_IT (CAN_HandleTypeDef *hcan) |
Initiate and transmit a CAN frame message. |
Function Documentation
static HAL_StatusTypeDef CAN_Receive_IT | ( | CAN_HandleTypeDef * | hcan, |
uint8_t | FIFONumber | ||
) | [static] |
Receive a correct CAN frame.
- Parameters:
-
hcan,: Pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN. FIFONumber,: Specify the FIFO number
- Return values:
-
HAL status
Definition at line 1314 of file stm32l4xx_hal_can.c.
static HAL_StatusTypeDef CAN_Transmit_IT | ( | CAN_HandleTypeDef * | hcan ) | [static] |
Initiate and transmit a CAN frame message.
- Parameters:
-
hcan,: pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN.
- Return values:
-
HAL status
Definition at line 1270 of file stm32l4xx_hal_can.c.
Generated on Tue Jul 12 2022 17:38:53 by
