Software APIs
Data Fields
manifest_timestamp Struct Reference

Manifest timestamp. More...

#include <sw/device/silicon_creator/lib/manifest.h>

Data Fields

uint32_t timestamp_low
 Least significant word of the timestamp.
 
uint32_t timestamp_high
 Most significant word of the timestamp.
 

Detailed Description

Manifest timestamp.

Definition at line 110 of file manifest.h.

Field Documentation

◆ timestamp_high

uint32_t manifest_timestamp::timestamp_high

Most significant word of the timestamp.

Definition at line 118 of file manifest.h.

◆ timestamp_low

uint32_t manifest_timestamp::timestamp_low

Least significant word of the timestamp.

Definition at line 114 of file manifest.h.