Home
last modified time | relevance | path

Searched refs:configTICK_RATE_HZ (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_rtc_clk.c225 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);
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dprojdefs.h40 …( ( 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 ) )
/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/freertos/
DFreeRTOSConfig.h90 #define configTICK_RATE_HZ ((TickType_t)1000) macro
Dportmacro.h78 #define portTICK_PERIOD_MS ((TickType_t)(1000 / configTICK_RATE_HZ))
/hal_espressif-3.6.0/components/freertos/port/xtensa/include/freertos/
Dxtensa_rtos.h152 #define XT_TICK_PER_SEC configTICK_RATE_HZ
Dxtensa_timer.h143 #define XT_TICK_PER_SEC configTICK_RATE_HZ /* 10 ms tick = 100 ticks per second */
Dportmacro.h108 #define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_delay_until.c19 #define TICK_RATE configTICK_RATE_HZ
Dtest_task_suspend_resume.c165 const unsigned APB_CYCLES_PER_TICK = TIMER_BASE_CLK / configTICK_RATE_HZ; in test_resume_task_from_isr()
/hal_espressif-3.6.0/components/log/
Dlog_freertos.c109 return base + tick_count * (1000 / configTICK_RATE_HZ); in esp_log_timestamp()
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h141 #define configTICK_RATE_HZ ( CONFIG_FREERTOS_HZ ) macro
/hal_espressif-3.6.0/components/freertos/port/riscv/
Dport.c386 return (uint32_t)configTICK_RATE_HZ; in xPortGetTickRateHz()
/hal_espressif-3.6.0/components/freertos/port/riscv/include/freertos/
Dportmacro.h103 #define portTICK_PERIOD_MS ((TickType_t) (1000 / configTICK_RATE_HZ))
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dport.c401 return (uint32_t)configTICK_RATE_HZ; in xPortGetTickRateHz()