Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c605 static volatile uint16_t TC_CoreInstr_LoadStoreUnpriv_hword = 0x0815U; variable
635 u16 = __LDRHT(&TC_CoreInstr_LoadStoreUnpriv_hword); in TC_CoreInstr_LoadStoreUnpriv()
636 ASSERT_TRUE(u16 == TC_CoreInstr_LoadStoreUnpriv_hword); in TC_CoreInstr_LoadStoreUnpriv()
638 __STRHT(u16+1U, &TC_CoreInstr_LoadStoreUnpriv_hword); in TC_CoreInstr_LoadStoreUnpriv()
639 ASSERT_TRUE(TC_CoreInstr_LoadStoreUnpriv_hword == u16+1U); in TC_CoreInstr_LoadStoreUnpriv()