Searched refs:source_freq_hz (Results 1 – 2 of 2) sorted by relevance
123 void spi_hal_cal_timing(int source_freq_hz, int eff_clk, bool gpio_is_used, int input_delay_ns, int… in spi_hal_cal_timing() argument125 const int apbclk_kHz = source_freq_hz / 1000; in spi_hal_cal_timing()127 const int spiclk_apb_n = source_freq_hz / eff_clk; in spi_hal_cal_timing()
256 void spi_hal_cal_timing(int source_freq_hz, int eff_clk, bool gpio_is_used, int input_delay_ns, int…