Searched refs:TC_CoreInstr_LoadStoreAcquire_byte (Results 1 – 1 of 1) sorted by relevance
656 static volatile uint8_t TC_CoreInstr_LoadStoreAcquire_byte = 0x47U; variable682 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()