Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c658 static volatile uint16_t TC_CoreInstr_LoadStoreAcquire_hword = 0x0815U; variable
687 u16 = __LDAH(&TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()
688 ASSERT_TRUE(u16 == TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()
690 __STLH(u16+1U, &TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()
691 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquire_hword == u16+1U); in TC_CoreInstr_LoadStoreAcquire()