MSC_ExecConfig_TypeDef Struct Reference

Code execution configuration.

#include <em_msc.h>

Data Fields

bool scbtEn
Enable Suppressed Conditional Branch Target Prefetch.
bool prefetchEn
Enable MSC prefetching.
bool ifcDis
Disable instruction cache.
bool aiDis
Disable automatic cache invalidation on write or erase.
bool iccDis
Disable automatic caching of fetches in interrupt context.
bool useHprot
Use ahb_hprot to determine if the instruction is cacheable or not.

Code execution configuration.

Field Documentation

scbtEn

bool MSC_ExecConfig_TypeDef::scbtEn

Enable Suppressed Conditional Branch Target Prefetch.

prefetchEn

bool MSC_ExecConfig_TypeDef::prefetchEn

Enable MSC prefetching.

ifcDis

bool MSC_ExecConfig_TypeDef::ifcDis

Disable instruction cache.

aiDis

bool MSC_ExecConfig_TypeDef::aiDis

Disable automatic cache invalidation on write or erase.

iccDis

bool MSC_ExecConfig_TypeDef::iccDis

Disable automatic caching of fetches in interrupt context.

useHprot

bool MSC_ExecConfig_TypeDef::useHprot

Use ahb_hprot to determine if the instruction is cacheable or not.