Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/
Dplatform.h171 uint32_t meicontext; in __get_current_exception() local
174 : "=r" (meicontext) : "i" (RVCSR_MEICONTEXT_OFFSET) in __get_current_exception()
176 if (meicontext & RVCSR_MEICONTEXT_NOIRQ_BITS) { in __get_current_exception()
180 (meicontext & RVCSR_MEICONTEXT_IRQ_BITS) >> RVCSR_MEICONTEXT_IRQ_LSB in __get_current_exception()