Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/include/
H A DFreeRTOS.h699 #ifndef configEXPECTED_IDLE_TIME_BEFORE_SLEEP
700 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 macro
703 #if configEXPECTED_IDLE_TIME_BEFORE_SLEEP < 2
704 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/freertos/
H A DFreeRTOS.h769 #ifndef configEXPECTED_IDLE_TIME_BEFORE_SLEEP
770 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 macro
773 #if configEXPECTED_IDLE_TIME_BEFORE_SLEEP < 2
774 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/freertos/
H A DFreeRTOS.h769 #ifndef configEXPECTED_IDLE_TIME_BEFORE_SLEEP
770 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 macro
773 #if configEXPECTED_IDLE_TIME_BEFORE_SLEEP < 2
774 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/freertos/
H A DFreeRTOS.h769 #ifndef configEXPECTED_IDLE_TIME_BEFORE_SLEEP
770 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 macro
773 #if configEXPECTED_IDLE_TIME_BEFORE_SLEEP < 2
774 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/freertos/
H A DFreeRTOS.h767 #ifndef configEXPECTED_IDLE_TIME_BEFORE_SLEEP
768 #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 macro
771 #if configEXPECTED_IDLE_TIME_BEFORE_SLEEP < 2
772 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/
H A Dtasks.c3205 if( xExpectedIdleTime >= configEXPECTED_IDLE_TIME_BEFORE_SLEEP ) in portTASK_FUNCTION()
3215 if( xExpectedIdleTime >= configEXPECTED_IDLE_TIME_BEFORE_SLEEP ) in portTASK_FUNCTION()