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] | |
| }; | |
MCAN Timestamp Value.
| union { ... } |
| bool mcan_timestamp_value_struct::is_16bit |
Timestamp is 16-bit
| bool mcan_timestamp_value_struct::is_32bit |
Timestamp is 32-bit
| bool mcan_timestamp_value_struct::is_64bit |
Timestamp is 64-bit
| bool mcan_timestamp_value_struct::is_empty |
Timestamp is empty
| uint16_t mcan_timestamp_value_struct::ts_16bit |
16-bit timestamp value
| uint32_t mcan_timestamp_value_struct::ts_32bit |
32-bit timestamp value
| uint64_t mcan_timestamp_value_struct::ts_64bit |
64-bit timestamp value
| uint32_t mcan_timestamp_value_struct::words[2] |
timestamp words