MicrOS
cpuid_cache_struct Struct Reference

Struct to represent cache. More...

#include <cpuid.h>

Public Attributes

cpuid_cache_type type
 Type of cache. More...
 
uint8_t level
 Level of cache. More...
 
uint32_t size
 Size of cache in bytes. More...
 

Detailed Description

Struct to represent cache.

Member Data Documentation

◆ level

uint8_t cpuid_cache_struct::level

Level of cache.

◆ size

uint32_t cpuid_cache_struct::size

Size of cache in bytes.

◆ type

cpuid_cache_type cpuid_cache_struct::type

Type of cache.


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