Searched refs:TC_CoreInstr_LoadStoreExclusive_word (Results 1 – 1 of 1) sorted by relevance
412 static volatile uint32_t TC_CoreInstr_LoadStoreExclusive_word = 0x08154711U; variable428 const uint32_t w = __LDREXW(&TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()429 __STREXW((uint32_t)~w, &TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()524 u32 = __LDREXW(&TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()525 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()527 result = __STREXW(u32+1U, &TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()529 ASSERT_TRUE(TC_CoreInstr_LoadStoreExclusive_word == u32+1U); in TC_CoreInstr_LoadStoreExclusive()550 u32 = __LDREXW(&TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()551 ASSERT_TRUE(u32 == TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()555 result = __STREXW(u32+1U, &TC_CoreInstr_LoadStoreExclusive_word); in TC_CoreInstr_LoadStoreExclusive()[all …]