Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/AVR32_UC3/
Dportmacro.h109 #define TASK_DELAY_MS( x ) ( ( x ) / portTICK_PERIOD_MS ) macro
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dportmacro.h112 #define TASK_DELAY_MS( x ) ( ( x ) / portTICK_PERIOD_MS ) macro