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

#include <ec_commands.h>

Collaboration diagram for ec_params_host_sleep_event_v1:
Collaboration graph

Data Fields

uint8_t sleep_event
 
uint8_t reserved
 
union {
   struct {
      uint16_t   sleep_timeout_ms
 
   }   suspend_params
 
}; 
 

Detailed Description

Definition at line 4773 of file ec_commands.h.

Field Documentation

◆ 

union { ... }

◆ reserved

uint8_t ec_params_host_sleep_event_v1::reserved

Definition at line 4778 of file ec_commands.h.

◆ sleep_event

uint8_t ec_params_host_sleep_event_v1::sleep_event

Definition at line 4775 of file ec_commands.h.

◆ sleep_timeout_ms

uint16_t ec_params_host_sleep_event_v1::sleep_timeout_ms

Definition at line 4788 of file ec_commands.h.

◆ 

struct { ... } ec_params_host_sleep_event_v1::suspend_params

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