Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/include/hardware/
Dexception.h112 #define PICO_LOWEST_EXCEPTION_PRIORITY 0xff macro
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c103 return PICO_LOWEST_EXCEPTION_PRIORITY; in exception_get_priority()