Home
last modified time | relevance | path

Searched refs:TC_CoreInstr_LoadStoreExclusive_hword (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c409 static volatile uint16_t TC_CoreInstr_LoadStoreExclusive_hword = 0x0815U; variable
425 const uint16_t hw = __LDREXH(&TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()
426 __STREXH((uint16_t)~hw, &TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive_IRQHandler()
516 u16 = __LDREXH(&TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive()
517 ASSERT_TRUE(u16 == TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive()
519 result = __STREXH(u16+1U, &TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive()
521 ASSERT_TRUE(TC_CoreInstr_LoadStoreExclusive_hword == u16+1U); in TC_CoreInstr_LoadStoreExclusive()
540 u16 = __LDREXH(&TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive()
541 ASSERT_TRUE(u16 == TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive()
545 result = __STREXH(u16+1U, &TC_CoreInstr_LoadStoreExclusive_hword); in TC_CoreInstr_LoadStoreExclusive()
[all …]