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

struct ec_params_flash_protect - Parameters for the flash protect command. More...

#include <ec_commands.h>

Collaboration diagram for ec_params_flash_protect:
Collaboration graph

Data Fields

uint32_t mask
 
uint32_t flags
 

Detailed Description

struct ec_params_flash_protect - Parameters for the flash protect command.

@mask: Bits in flags to apply. @flags: New flags to apply.

Definition at line 1783 of file ec_commands.h.

Field Documentation

◆ flags

uint32_t ec_params_flash_protect::flags

Definition at line 1785 of file ec_commands.h.

Referenced by google_chromeec_flash_protect().

◆ mask

uint32_t ec_params_flash_protect::mask

Definition at line 1784 of file ec_commands.h.


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