Home
last modified time | relevance | path

Searched refs:xTicksToDelay (Results 1 – 9 of 9) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/include/
H A Dcroutine.h332 #define crDELAY( xHandle, xTicksToDelay ) \ argument
333 if( ( xTicksToDelay ) > 0 ) \
335 vCoRoutineAddToDelayedList( ( xTicksToDelay ), NULL ); \
747 void vCoRoutineAddToDelayedList( TickType_t xTicksToDelay, List_t *pxEventList );
H A Dmpu_prototypes.h88 void MPU_vTaskDelay( const TickType_t xTicksToDelay );
H A Dtask.h695 void vTaskDelay( const TickType_t xTicksToDelay ) PRIVILEGED_FUNCTION;
/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/
H A Dcroutine.c201 void vCoRoutineAddToDelayedList( TickType_t xTicksToDelay, List_t *pxEventList ) in vCoRoutineAddToDelayedList() argument
207 xTimeToWake = xCoRoutineTickCount + xTicksToDelay; in vCoRoutineAddToDelayedList()
H A Dtasks.c1224 void vTaskDelay( const TickType_t xTicksToDelay ) in vTaskDelay() argument
1229 if( xTicksToDelay > ( TickType_t ) 0U ) in vTaskDelay()
1243 prvAddCurrentTaskToDelayedList( xTicksToDelay, pdFALSE ); in vTaskDelay()
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sdcc/freertos/
H A Dtask.h809 extern void vTaskDelay(const TickType_t xTicksToDelay);
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/freertos/
H A Dtask.h815 extern void vTaskDelay(const TickType_t xTicksToDelay);
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/freertos/
H A Dtask.h801 __OPROTO(,,void,,vTaskDelay,const TickType_t xTicksToDelay)
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/freertos/
H A Dtask.h815 extern void __LIB__ vTaskDelay(const TickType_t xTicksToDelay) __smallc;