Searched refs:TC_CoreInstr_LoadStoreAcquireExclusive_byte (Results 1 – 1 of 1) sorted by relevance
707 static volatile uint8_t TC_CoreInstr_LoadStoreAcquireExclusive_byte = 0x47U; variable734 u8 = __LDAEXB(&TC_CoreInstr_LoadStoreAcquireExclusive_byte); in TC_CoreInstr_LoadStoreAcquireExclusive()735 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreAcquireExclusive_byte); in TC_CoreInstr_LoadStoreAcquireExclusive()737 result = __STLEXB(u8+1U, &TC_CoreInstr_LoadStoreAcquireExclusive_byte); in TC_CoreInstr_LoadStoreAcquireExclusive()739 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquireExclusive_byte == u8+1U); in TC_CoreInstr_LoadStoreAcquireExclusive()