Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c602 static volatile uint8_t TC_CoreInstr_LoadStoreUnpriv_byte = 0x47U; variable
629 u8 = __LDRBT(&TC_CoreInstr_LoadStoreUnpriv_byte); in TC_CoreInstr_LoadStoreUnpriv()
630 ASSERT_TRUE(u8 == TC_CoreInstr_LoadStoreUnpriv_byte); in TC_CoreInstr_LoadStoreUnpriv()
632 __STRBT(u8+1U, &TC_CoreInstr_LoadStoreUnpriv_byte); in TC_CoreInstr_LoadStoreUnpriv()
633 ASSERT_TRUE(TC_CoreInstr_LoadStoreUnpriv_byte == u8+1U); in TC_CoreInstr_LoadStoreUnpriv()