Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dspi_hal.c125 const int apbclk_kHz = source_freq_hz / 1000; in spi_hal_cal_timing() local
131 int delay_apb_n = (1 + input_delay_ns + gpio_delay_ns) * apbclk_kHz / 1000 / 1000; in spi_hal_cal_timing()
151 …L_TAG, "eff: %d, limit: %dk(/%d), %d dummy, %d delay", eff_clk / 1000, apbclk_kHz / (delay_apb_n +… in spi_hal_cal_timing()
158 const int apbclk_kHz = APB_CLK_FREQ / 1000; in spi_hal_get_freq_limit() local
162 int delay_apb_n = (1 + input_delay_ns + gpio_delay_ns) * apbclk_kHz / 1000 / 1000; in spi_hal_get_freq_limit()
Dspi_flash_hal.c60 const int apbclk_kHz = APB_CLK_FREQ / 1000; in get_dummy_n() local
66 int apb_period_n = (1 + input_delay_ns + gpio_delay_ns) * apbclk_kHz / 1000 / 1000; in get_dummy_n()