NEORV32 - Software Framework Documentation
Loading...
Searching...
No Matches
Data Fields
neorv32_sysinfo_t Struct Reference

#include <neorv32_sysinfo.h>

Data Fields

const uint32_t CLK
 
const uint8_t MEM [4]
 
const uint32_t SOC
 
const uint32_t CACHE
 

Detailed Description

SYSINFO module prototype - whole module is read-only

Field Documentation

◆ CACHE

const uint32_t neorv32_sysinfo_t::CACHE

offset 12: cache configuration (NEORV32_SYSINFO_CACHE_enum)

◆ CLK

const uint32_t neorv32_sysinfo_t::CLK

offset 0: clock speed in Hz

◆ MEM

const uint8_t neorv32_sysinfo_t::MEM[4]

offset 4: Memory configuration (sizes) (NEORV32_SYSINFO_MEM_enum)

◆ SOC

const uint32_t neorv32_sysinfo_t::SOC

offset 8: SoC features (NEORV32_SYSINFO_SOC_enum)


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