Home
last modified time | relevance | path

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

/cmsis_6-latest/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()
510 u8 = __LDREXB(&TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()
511 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()
513 result = __STREXB(u8+1U, &TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()
515 ASSERT_TRUE(TC_CoreInstr_LoadStoreExclusive_byte == u8+1U); in TC_CoreInstr_LoadStoreExclusive()
532 u8 = __LDREXB(&TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()
533 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()
537 result = __STREXB(u8+1U, &TC_CoreInstr_LoadStoreExclusive_byte); in TC_CoreInstr_LoadStoreExclusive()
[all …]