Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c661 static volatile uint32_t TC_CoreInstr_LoadStoreAcquire_word = 0x08154711U; variable
693 u32 = __LDA(&TC_CoreInstr_LoadStoreAcquire_word); in TC_CoreInstr_LoadStoreAcquire()
694 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreAcquire_word); in TC_CoreInstr_LoadStoreAcquire()
696 __STL(u32+1U, &TC_CoreInstr_LoadStoreAcquire_word); in TC_CoreInstr_LoadStoreAcquire()
697 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquire_word == u32+1U); in TC_CoreInstr_LoadStoreAcquire()