Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer_impl_frc_legacy.c76 #define TIMER_DIV 1 macro
311 uint32_t new_ticks_per_us = apb_ticks_per_us / TIMER_DIV;
381 s_timer_ticks_per_us = apb_freq / 1000000 / TIMER_DIV;
383 && apb_freq % TIMER_DIV == 0