Searched refs:configTICK_RATE_HZ (Results 1 – 14 of 14) sorted by relevance
225 start_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ); in start_freq()232 end_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ); in start_freq()285 start_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ);290 end_time = xTaskGetTickCount() * (1000 / configTICK_RATE_HZ);
40 …( ( TickType_t ) ( ( ( TickType_t ) ( xTimeInMs ) * ( TickType_t ) configTICK_RATE_HZ ) / ( TickTy…44 …dTICKS_TO_MS( xTicks ) ( ( TickType_t ) ( ( uint64_t ) ( xTicks ) * 1000 / configTICK_RATE_HZ ) )
90 #define configTICK_RATE_HZ ((TickType_t)1000) macro
78 #define portTICK_PERIOD_MS ((TickType_t)(1000 / configTICK_RATE_HZ))
152 #define XT_TICK_PER_SEC configTICK_RATE_HZ
143 #define XT_TICK_PER_SEC configTICK_RATE_HZ /* 10 ms tick = 100 ticks per second */
108 #define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
19 #define TICK_RATE configTICK_RATE_HZ
165 const unsigned APB_CYCLES_PER_TICK = TIMER_BASE_CLK / configTICK_RATE_HZ; in test_resume_task_from_isr()
109 return base + tick_count * (1000 / configTICK_RATE_HZ); in esp_log_timestamp()
141 #define configTICK_RATE_HZ ( CONFIG_FREERTOS_HZ ) macro
386 return (uint32_t)configTICK_RATE_HZ; in xPortGetTickRateHz()
103 #define portTICK_PERIOD_MS ((TickType_t) (1000 / configTICK_RATE_HZ))
401 return (uint32_t)configTICK_RATE_HZ; in xPortGetTickRateHz()