Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c608 static volatile uint32_t TC_CoreInstr_LoadStoreUnpriv_word = 0x08154711U; variable
641 u32 = __LDRT(&TC_CoreInstr_LoadStoreUnpriv_word); in TC_CoreInstr_LoadStoreUnpriv()
642 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreUnpriv_word); in TC_CoreInstr_LoadStoreUnpriv()
644 __STRT(u32+1U, &TC_CoreInstr_LoadStoreUnpriv_word); in TC_CoreInstr_LoadStoreUnpriv()
645 ASSERT_TRUE(TC_CoreInstr_LoadStoreUnpriv_word == u32+1U); in TC_CoreInstr_LoadStoreUnpriv()