Searched refs:TC_CoreInstr_LoadStoreAcquireExclusive_byte (Results 1 – 1 of 1) sorted by relevance
708 static volatile uint8_t TC_CoreInstr_LoadStoreAcquireExclusive_byte = 0x47U; variable735 u8 = __LDAEXB(&TC_CoreInstr_LoadStoreAcquireExclusive_byte); in TC_CoreInstr_LoadStoreAcquireExclusive()736 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreAcquireExclusive_byte); in TC_CoreInstr_LoadStoreAcquireExclusive()738 result = __STLEXB(u8+1U, &TC_CoreInstr_LoadStoreAcquireExclusive_byte); in TC_CoreInstr_LoadStoreAcquireExclusive()740 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquireExclusive_byte == u8+1U); in TC_CoreInstr_LoadStoreAcquireExclusive()