Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/AVR32_UC3/
Dportmacro.h110 #define TASK_DELAY_S( x ) ( ( x ) * 1000 / portTICK_PERIOD_MS ) macro
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dportmacro.h113 #define TASK_DELAY_S( x ) ( ( x ) * 1000 / portTICK_PERIOD_MS ) macro