HAL
CAN_RxHeaderTypeDef::Timestamp is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALCAN_RxHeaderTypeDef::Timestamp

CAN_RxHeaderTypeDef::Timestamp field

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.

Syntax

uint32_t Timestamp;

References

LocationReferrerText
stm32f4xx_hal_can.h:200
uint32_t Timestamp; /*!< Specifies the timestamp counter value captured on start of frame reception.
stm32f4xx_hal_can.c:1564HAL_CAN_GetRxMessage()
pHeader->Timestamp = (CAN_RDT0R_TIME & hcan->Instance->sFIFOMailBox[RxFifo].RDTR) >> CAN_RDT0R_TIME_Pos;

Data Use

Functions writing CAN_RxHeaderTypeDef::Timestamp
all items filtered out
CAN_RxHeaderTypeDef::Timestamp
Type of CAN_RxHeaderTypeDef::Timestamp
CAN_RxHeaderTypeDef::Timestamp
uint32_t
all items filtered out