Searched refs:configTICK_RATE_HZ (Results 1 – 5 of 5) sorted by relevance
35 #define configTICK_RATE_HZ ((TickType_t)1000 /* 1ms */) macro
108 #define portTICK_PERIOD_MS ((TickType_t)1000 / configTICK_RATE_HZ)
44 ((TickType_t)(xTimeInMs) * (TickType_t)configTICK_RATE_HZ) / \
127 timer_set_tick_rate_hz(configTICK_RATE_HZ); in vConfigureTickInterrupt()
274 return (configTICK_RATE_HZ); in osKernelGetTickFreq()
Completed in 9 milliseconds