HPM SDK
HPMicro Software Development Kit
mcan_timestamp_value_struct Struct Reference

MCAN Timestamp Value. More...

#include <hpm_mcan_drv.h>

Data Fields

bool is_16bit
 
bool is_32bit
 
bool is_64bit
 
bool is_empty
 
union {
   uint16_t   ts_16bit
 
   uint32_t   ts_32bit
 
   uint64_t   ts_64bit
 
   uint32_t   words [2]
 
}; 
 

Detailed Description

MCAN Timestamp Value.

Field Documentation

◆ 

union { ... }

◆ is_16bit

bool mcan_timestamp_value_struct::is_16bit

Timestamp is 16-bit

◆ is_32bit

bool mcan_timestamp_value_struct::is_32bit

Timestamp is 32-bit

◆ is_64bit

bool mcan_timestamp_value_struct::is_64bit

Timestamp is 64-bit

◆ is_empty

bool mcan_timestamp_value_struct::is_empty

Timestamp is empty

◆ ts_16bit

uint16_t mcan_timestamp_value_struct::ts_16bit

16-bit timestamp value

◆ ts_32bit

uint32_t mcan_timestamp_value_struct::ts_32bit

32-bit timestamp value

◆ ts_64bit

uint64_t mcan_timestamp_value_struct::ts_64bit

64-bit timestamp value

◆ words

uint32_t mcan_timestamp_value_struct::words[2]

timestamp words


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