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

#include <ec_commands.h>

Collaboration diagram for ec_response_uptime_info:
Collaboration graph

Data Structures

struct  ap_reset_log_entry
 

Data Fields

uint32_t time_since_ec_boot_ms
 
uint32_t ap_resets_since_ec_boot
 
uint32_t ec_reset_flags
 
struct ec_response_uptime_info::ap_reset_log_entry recent_ap_reset [4]
 

Detailed Description

Definition at line 6117 of file ec_commands.h.

Field Documentation

◆ ap_resets_since_ec_boot

uint32_t ec_response_uptime_info::ap_resets_since_ec_boot

Definition at line 6134 of file ec_commands.h.

Referenced by google_chromeec_get_current_image().

◆ ec_reset_flags

uint32_t ec_response_uptime_info::ec_reset_flags

◆ recent_ap_reset

◆ time_since_ec_boot_ms

uint32_t ec_response_uptime_info::time_since_ec_boot_ms

Definition at line 6126 of file ec_commands.h.

Referenced by google_chromeec_get_current_image().


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