![]() |
MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
|
Modules | |
SRCC_Registers | |
Enumerations | |
enum | mxc_srcc_cache_id_t |
Functions | |
uint32_t | MXC_SRCC_ID (mxc_srcc_cache_id_t id) |
uint32_t | MXC_SRCC_CacheSize (void) |
uint32_t | MXC_SRCC_MemSize (void) |
void | MXC_SRCC_Enable (void) |
void | MXC_SRCC_Disable (void) |
void | MXC_SRCC_Flush (void) |
void | MXC_SRCC_WriteAllocEnable (void) |
void | MXC_SRCC_WriteAllocDisable (void) |
void | MXC_SRCC_CriticalWordFirstEnable (void) |
void | MXC_SRCC_CriticalWordFirstDisable (void) |
uint32_t | MXC_SRCC_Ready (void) |
enum mxc_srcc_cache_id_t |
uint32_t MXC_SRCC_CacheSize | ( | void | ) |
Gets the cache size in Kbytes. The default value is 16KB.
uint32_t MXC_SRCC_ID | ( | mxc_srcc_cache_id_t | id | ) |
Reads the data from the SRCC Cache ID Register.
id | Enumeration type for the SRCC Cache ID Register |
uint32_t MXC_SRCC_MemSize | ( | void | ) |
Gets the main memory size in units of 128KB. The default value is 512MB.
uint32_t MXC_SRCC_Ready | ( | void | ) |
Reads the SRCC Cache ready flag, which is set and cleared by hardware.