Home
last modified time | relevance | path

Searched defs:sctlr (Results 1 – 3 of 3) sorted by relevance

/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_CAL1Cache.c26 uint32_t sctlr = __get_SCTLR(); in TC_CAL1Cache_EnDisable() local
47 uint32_t sctlr = __get_SCTLR(); in TC_CAL1Cache_EnDisableBTAC() local
DCV_CoreAFunc.c183 uint32_t sctlr = __get_SCTLR(); in TC_CoreAFunc_SCTLR() local
/cmsis_6-latest/CMSIS/Core/Include/a-profile/
Dcmsis_cp15.h178 __STATIC_FORCEINLINE void __set_SCTLR(uint32_t sctlr) in __set_SCTLR()