Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c656 static volatile uint8_t TC_CoreInstr_LoadStoreAcquire_byte = 0x47U; variable
682 u8 = __LDAB(&TC_CoreInstr_LoadStoreAcquire_byte); in TC_CoreInstr_LoadStoreAcquire()
683 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreAcquire_byte); in TC_CoreInstr_LoadStoreAcquire()
685 __STLB(u8+1U, &TC_CoreInstr_LoadStoreAcquire_byte); in TC_CoreInstr_LoadStoreAcquire()
686 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquire_byte == u8+1U); in TC_CoreInstr_LoadStoreAcquire()