Searched refs:configTICK_RATE_HZ (Results 1 – 3 of 3) sorted by relevance
43 #define configTICK_RATE_HZ (1000u) macro
588 #ifndef configTICK_RATE_HZ591 …(xTimeInMs) ((TickType_t) (((TickType_t) (xTimeInMs) * (TickType_t)configTICK_RATE_HZ) / (TickType…
47 | configTICK_RATE_HZ | - | Set the kernel tick rate, used by the pdMS_TO_TICKS() macro |