Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_flash/
Dflash.c77 if (!helper) return PICO_ERROR_NOT_PERMITTED; in flash_safe_execute()
173 rc = PICO_ERROR_NOT_PERMITTED; in default_enter_safe_zone_timeout_ms()
184 rc = PICO_ERROR_NOT_PERMITTED; in default_enter_safe_zone_timeout_ms()
/hal_rpi_pico-latest/src/common/pico_base_headers/include/pico/
Derror.h28PICO_ERROR_NOT_PERMITTED = -4, ///< Permission violation e.g. write to read-only flas… enumerator
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/include/
Dcyw43_configport.h78 #define CYW43_EPERM (-PICO_ERROR_NOT_PERMITTED) // Operation not permitted