TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

CAN Private Functions

CAN Private Functions
[CAN]

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:
HALstatus

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:
HALstatus

Definition at line 1270 of file stm32l4xx_hal_can.c.