Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c406 static volatile uint8_t TC_CoreInstr_LoadStoreExclusive_byte = 0x47U; variable
422 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 …]