Searched refs:TC_CoreInstr_LoadStoreAcquire_hword (Results 1 – 1 of 1) sorted by relevance
658 static volatile uint16_t TC_CoreInstr_LoadStoreAcquire_hword = 0x0815U; variable687 u16 = __LDAH(&TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()688 ASSERT_TRUE(u16 == TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()690 __STLH(u16+1U, &TC_CoreInstr_LoadStoreAcquire_hword); in TC_CoreInstr_LoadStoreAcquire()691 ASSERT_TRUE(TC_CoreInstr_LoadStoreAcquire_hword == u16+1U); in TC_CoreInstr_LoadStoreAcquire()