Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Desp_osal.h775 #ifndef configEXPECTED_IDLE_TIME_BEFORE_SLEEP
776 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 macro
779 #if configEXPECTED_IDLE_TIME_BEFORE_SLEEP < 2
780 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dosal_config.h279 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP CONFIG_FREERTOS_IDLE_TIME_BEFORE_SLEEP macro