spi_hal_cal_timing() function
Get the timing configuration for given parameters.
Arguments
source_freq_hz
Clock freq of selected clock source for SPI in Hz.
eff_clk
Actual SPI clock frequency
gpio_is_used
true if the GPIO matrix is used, otherwise false.
input_delay_ns
Maximum delay between SPI launch clock and the data to be valid. This is used to compensate/calculate the maximum frequency allowed. Left 0 if not known.
dummy_n
Dummy cycles required to correctly read the data.
miso_delay_n
suggested delay on the MISO line, in APB clocks.