HAL + 0/6 examples
CodeScope will show references to CAN_RxHeaderTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CAN
STM32469I_EVAL
Examples
CAN
STM324x9I_EVAL
Examples
CAN
STM324xG_EVAL
Examples
CAN
 
Symbols
loading...
Files
loading...

CAN_RxHeaderTypeDef struct

CAN Rx message header structure definition

Syntax

typedef struct {   uint32_t StdId;       uint32_t ExtId;       uint32_t IDE;         uint32_t RTR;         uint32_t DLC;         uint32_t Timestamp;    uint32_t FilterMatchIndex;  } CAN_RxHeaderTypeDef;

Fields

StdId

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

ExtId

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

IDE

Specifies the type of identifier for the message that will be transmitted. This parameter can be a value of CAN_identifier_type. Read more...

RTR

Specifies the type of frame for the message that will be transmitted. This parameter can be a value of CAN_remote_transmission_request. Read more...

DLC

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

Timestamp

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. Read more...

FilterMatchIndex

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

Examples

CAN_RxHeaderTypeDef is referenced by 6 libraries and example projects.

Type Use

Variables of CAN_RxHeaderTypeDef type
all items filtered out
CAN_RxHeaderTypeDef
all items filtered out
CAN_RxHeaderTypeDef
all items filtered out