Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c18 static volatile uint32_t expected_msp; variable
72 if (pEsf->extra_info.msp != expected_msp) { in check_esf_matches_expectations()
73 printk("MSP is 0x%08x but should be 0x%08x", pEsf->extra_info.msp, expected_msp); in check_esf_matches_expectations()
157 expected_msp = __get_MSP(); in ZTEST()