Searched refs:TC_CoreInstr_LoadStoreExclusive_byte (Results 1 – 1 of 1) sorted by relevance
406 static volatile uint8_t TC_CoreInstr_LoadStoreExclusive_byte = 0x47U; variable422 const uint8_t b = __LDREXB(&TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()423 __STREXB((uint8_t)~b, &TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()509 u8 = __LDREXB(&TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()510 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()512 result = __STREXB(u8+1U, &TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()514 ASSERT_TRUE(TC_CoreInstr_LoadStoreExclusive_byte == u8+1U); in TC_CoreInstr_LoadStoreExclusive()531 u8 = __LDREXB(&TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()532 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()536 result = __STREXB(u8+1U, &TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()[all …]