Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c662 static volatile uint32_t TC_CoreInstr_LoadStoreAcquire_word = 0x08154711U; variable
694 u32 = __LDA(&TC_CoreInstr_LoadStoreAcquire_word); in TC_CoreInstr_LoadStoreAcquire()
695 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreAcquire_word); in TC_CoreInstr_LoadStoreAcquire()
697 __STL(u32+1U, &TC_CoreInstr_LoadStoreAcquire_word); in TC_CoreInstr_LoadStoreAcquire()
698 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquire_word == u32+1U); in TC_CoreInstr_LoadStoreAcquire()