Home
last modified time | relevance | path

Searched refs:useHprot (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/gecko/emlib/inc/
Dem_msc.h235 bool useHprot; /**< Use ahb_hprot to determine if the instruction is cacheable or not. */ member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_msc.h242 bool useHprot; /**< Use ahb_hprot to determine if the instruction is cacheable or not. */ member
/hal_silabs-latest/gecko/emlib/src/
Dem_msc.c901 | (execConfig->useHprot ? MSC_READCTRL_USEHPROT : 0) in MSC_ExecConfigSet()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_msc.c903 | (execConfig->useHprot ? MSC_READCTRL_USEHPROT : 0) in MSC_ExecConfigSet()