CAN_RxHeaderTypeDef struct CAN Rx message header structure definition
Fields Specifies the standard identifier. This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF.
Specifies the extended identifier. This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF.
Specifies the type of identifier for the message that will be transmitted. This parameter can be a value of CAN_identifier_type.
Specifies the type of frame for the message that will be transmitted. This parameter can be a value of CAN_remote_transmission_request.
Specifies the length of the frame that will be transmitted. This parameter must be a number between Min_Data = 0 and Max_Data = 8.
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.
Specifies the index of matching acceptance filter element. This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF.
Examples CAN_RxHeaderTypeDef is referenced by 6 libraries and example projects: