STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
_Can_TimeStampType Struct Reference

CAN Controller Tiemstamp More...

#include <Can_GeneralTypes.h>

Data Fields

uint32 nanoseconds
 
uint32 seconds
 

Detailed Description

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

Requirement
SWS_CAN_91029

Field Documentation

◆ nanoseconds

uint32 _Can_TimeStampType::nanoseconds

nanoseconds part of the timestamp

◆ seconds

uint32 _Can_TimeStampType::seconds

seconds part of the timestamp


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