coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
timestamp_id_to_name Struct Reference

#include <timestamp_serialized.h>

Collaboration diagram for timestamp_id_to_name:
Collaboration graph

Data Fields

uint32_t id
 
uint32_t id_end
 
const char * enum_name
 
const char * name
 

Detailed Description

Definition at line 171 of file timestamp_serialized.h.

Field Documentation

◆ enum_name

const char* timestamp_id_to_name::enum_name

Definition at line 174 of file timestamp_serialized.h.

◆ id

uint32_t timestamp_id_to_name::id

Definition at line 172 of file timestamp_serialized.h.

◆ id_end

uint32_t timestamp_id_to_name::id_end

Definition at line 173 of file timestamp_serialized.h.

◆ name

const char* timestamp_id_to_name::name

Definition at line 175 of file timestamp_serialized.h.

Referenced by timestamp_name().


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