EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
#include <em_msc.h>
Data Fields | |
bool | aiDis |
bool | iccDis |
bool | ifcDis |
bool | prefetchEn |
bool | scbtEn |
bool | useHprot |
bool MSC_ExecConfig_TypeDef::aiDis |
Disable automatic cache invalidation on write or erase
Definition at line 160 of file em_msc.h.
Referenced by MSC_ExecConfigSet().
bool MSC_ExecConfig_TypeDef::iccDis |
Disable automatic caching of fetches in interrupt context
Definition at line 161 of file em_msc.h.
Referenced by MSC_ExecConfigSet().
bool MSC_ExecConfig_TypeDef::ifcDis |
Disable instruction cache
Definition at line 159 of file em_msc.h.
Referenced by MSC_ExecConfigSet().
bool MSC_ExecConfig_TypeDef::prefetchEn |
bool MSC_ExecConfig_TypeDef::scbtEn |
Enable Suppressed Conditional Branch Target Prefetch
Definition at line 157 of file em_msc.h.
Referenced by MSC_ExecConfigSet().
bool MSC_ExecConfig_TypeDef::useHprot |
Use ahb_hprot to determine if the instruction is cacheable or not
Definition at line 162 of file em_msc.h.
Referenced by MSC_ExecConfigSet().