coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
monotonic_counter Struct Reference
Collaboration diagram for monotonic_counter:
Collaboration graph

Data Fields

int initialized
 
struct mono_time time
 
uint64_t last_value
 

Detailed Description

Definition at line 14 of file arch_timer.c.

Field Documentation

◆ initialized

int monotonic_counter::initialized

Definition at line 15 of file arch_timer.c.

Referenced by timer_monotonic_get().

◆ last_value

uint64_t monotonic_counter::last_value

Definition at line 17 of file arch_timer.c.

Referenced by timer_monotonic_get().

◆ time

struct mono_time monotonic_counter::time

Definition at line 15 of file arch_timer.c.

Referenced by timer_monotonic_get().


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