Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_exception/include/hardware/
Dexception.h79 MIN_EXCEPTION_NUM = 0, enumerator
96 MIN_EXCEPTION_NUM = 2,
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c42 invalid_params_if(HARDWARE_EXCEPTION, num < MIN_EXCEPTION_NUM || num > MAX_EXCEPTION_NUM); in check_exception_param()