STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
CAN Controller Tiemstamp More...
#include <Can_GeneralTypes.h>
Data Fields | |
uint32 | nanoseconds |
uint32 | seconds |
CAN Controller Tiemstamp
Variables of this type are used to express time stamps based on relative time. Value range: * Seconds: 0 .. 4.294.967.295 s (circa 136 years) * Nanoseconds: 0 .. 999.999.999 ns
uint32 _Can_TimeStampType::nanoseconds |
nanoseconds part of the timestamp
uint32 _Can_TimeStampType::seconds |
seconds part of the timestamp