Contains settings for initializing the System
#include <system.h>
Public Types | |
enum class | SysClkFreq { FREQ_400MHZ , FREQ_480MHZ } |
Public Member Functions | |
void | Defaults () |
void | Boost () |
Public Attributes | |
SysClkFreq | cpu_freq |
bool | use_dcache |
bool | use_icache |
bool | skip_clocks |
|
inline |
Method to call on the struct to set to boost mode: CPU Freq set to 480MHz Cache Enabled
|
inline |
Method to call on the struct to set to defaults CPU Freq set to 400MHz Cache Enabled
SysClkFreq daisy::System::Config::cpu_freq |
bool daisy::System::Config::skip_clocks |
bool daisy::System::Config::use_dcache |
bool daisy::System::Config::use_icache |