lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
lazybiosType7Decoded_t Struct Reference

Decoded forms of the Type 7 encoded fields. More...

#include <type7.h>

Data Fields

const char * associativity
char * cache_configuration
const char * error_correction_type
uint64_t installed_cache_size_2
uint64_t installed_size
uint64_t maximum_cache_size
uint64_t maximum_cache_size_2
char * supported_sram_type
const char * system_cache_type

Detailed Description

Decoded forms of the Type 7 encoded fields.

Each member holds the decoded form of the raw field it is named for. Consult the matching field_status member before using one.

Definition at line 60 of file type7.h.

Field Documentation

◆ associativity

const char* lazybiosType7Decoded_t::associativity

Definition at line 61 of file type7.h.

◆ cache_configuration

char* lazybiosType7Decoded_t::cache_configuration

Definition at line 68 of file type7.h.

◆ error_correction_type

const char* lazybiosType7Decoded_t::error_correction_type

Definition at line 62 of file type7.h.

◆ installed_cache_size_2

uint64_t lazybiosType7Decoded_t::installed_cache_size_2

Definition at line 63 of file type7.h.

◆ installed_size

uint64_t lazybiosType7Decoded_t::installed_size

Definition at line 64 of file type7.h.

◆ maximum_cache_size

uint64_t lazybiosType7Decoded_t::maximum_cache_size

Definition at line 65 of file type7.h.

◆ maximum_cache_size_2

uint64_t lazybiosType7Decoded_t::maximum_cache_size_2

Definition at line 66 of file type7.h.

◆ supported_sram_type

char* lazybiosType7Decoded_t::supported_sram_type

Definition at line 69 of file type7.h.

◆ system_cache_type

const char* lazybiosType7Decoded_t::system_cache_type

Definition at line 67 of file type7.h.


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