Searched refs:configTICK_RATE_HZ (Results 1 – 3 of 3) sorted by relevance
44 #define configTICK_RATE_HZ (1000u) macro
589 #ifndef configTICK_RATE_HZ592 …(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 |