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

#include <StmApi.h>

Collaboration diagram for STM_REGISTER_VIOLATION_DESC:
Collaboration graph

Data Fields

STM_RSC_DESC_HEADER hdr
 
uint32_t register_type
 
uint32_t reserved
 
uint64_t readMask
 
uint64_t write_mask
 

Detailed Description

Definition at line 438 of file StmApi.h.

Field Documentation

◆ hdr

STM_RSC_DESC_HEADER STM_REGISTER_VIOLATION_DESC::hdr

Definition at line 439 of file StmApi.h.

◆ readMask

uint64_t STM_REGISTER_VIOLATION_DESC::readMask

Definition at line 442 of file StmApi.h.

◆ register_type

uint32_t STM_REGISTER_VIOLATION_DESC::register_type

Definition at line 440 of file StmApi.h.

◆ reserved

uint32_t STM_REGISTER_VIOLATION_DESC::reserved

Definition at line 441 of file StmApi.h.

◆ write_mask

uint64_t STM_REGISTER_VIOLATION_DESC::write_mask

Definition at line 443 of file StmApi.h.


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