Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c659 static volatile uint16_t TC_CoreInstr_LoadStoreAcquire_hword = 0x0815U; variable
688 u16 = __LDAH(&TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()
689 ASSERT_TRUE(u16 == TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()
691 __STLH(u16+1U, &TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()
692 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquire_hword == u16+1U); in TC_CoreInstr_LoadStoreAcquire()