STM32F439xx HAL User Manual
Data Fields
CAN_RxHeaderTypeDef Struct Reference

CAN Rx message header structure definition. More...

#include <stm32f4xx_hal_can.h>

Data Fields

uint32_t StdId
uint32_t ExtId
uint32_t IDE
uint32_t RTR
uint32_t DLC
uint32_t Timestamp
uint32_t FilterMatchIndex

Detailed Description

CAN Rx message header structure definition.

Definition at line 196 of file stm32f4xx_hal_can.h.


Field Documentation

Specifies the length of the frame that will be transmitted. This parameter must be a number between Min_Data = 0 and Max_Data = 8.

Definition at line 210 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().

Specifies the extended identifier. This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF.

Definition at line 201 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().

Specifies the index of matching acceptance filter element. This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF.

Definition at line 217 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().

Specifies the type of identifier for the message that will be transmitted. This parameter can be a value of CAN Identifier Type

Definition at line 204 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().

Specifies the type of frame for the message that will be transmitted. This parameter can be a value of CAN Remote Transmission Request

Definition at line 207 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().

Specifies the standard identifier. This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF.

Definition at line 198 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().

Specifies the timestamp counter value captured on start of frame reception.

Note:
: Time Triggered Communication Mode must be enabled. This parameter must be a number between Min_Data = 0 and Max_Data = 0xFFFF.

Definition at line 213 of file stm32f4xx_hal_can.h.

Referenced by HAL_CAN_GetRxMessage().


The documentation for this struct was generated from the following file: