Searched refs:xTicksToDelay (Results 1 – 9 of 9) sorted by relevance
/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/include/ |
H A D | croutine.h | 332 #define crDELAY( xHandle, xTicksToDelay ) \ argument 333 if( ( xTicksToDelay ) > 0 ) \ 335 vCoRoutineAddToDelayedList( ( xTicksToDelay ), NULL ); \ 747 void vCoRoutineAddToDelayedList( TickType_t xTicksToDelay, List_t *pxEventList );
|
H A D | mpu_prototypes.h | 88 void MPU_vTaskDelay( const TickType_t xTicksToDelay );
|
H A D | task.h | 695 void vTaskDelay( const TickType_t xTicksToDelay ) PRIVILEGED_FUNCTION;
|
/dports/lang/micropython/micropython-1.17/ports/cc3200/FreeRTOS/Source/ |
H A D | croutine.c | 201 void vCoRoutineAddToDelayedList( TickType_t xTicksToDelay, List_t *pxEventList ) in vCoRoutineAddToDelayedList() argument 207 xTimeToWake = xCoRoutineTickCount + xTicksToDelay; in vCoRoutineAddToDelayedList()
|
H A D | tasks.c | 1224 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 D | task.h | 809 extern void vTaskDelay(const TickType_t xTicksToDelay);
|
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/clang/freertos/ |
H A D | task.h | 815 extern void vTaskDelay(const TickType_t xTicksToDelay);
|
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/proto/freertos/ |
H A D | task.h | 801 __OPROTO(,,void,,vTaskDelay,const TickType_t xTicksToDelay)
|
/dports/devel/z88dk/z88dk/include/_DEVELOPMENT/sccz80/freertos/ |
H A D | task.h | 815 extern void __LIB__ vTaskDelay(const TickType_t xTicksToDelay) __smallc;
|