Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_base_headers/include/pico/
Derror.h38PICO_ERROR_PRECONDITION_NOT_MET = -14, ///< The call failed because another function must be … enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c148 return PICO_ERROR_PRECONDITION_NOT_MET; in powman_set_power_state()