spi_get_actual_clock() function
Calculate the working frequency that is most close to desired frequency.
Syntax
int spi_get_actual_clock(int fapb,
int hz,
int duty_cycle) __attribute__((deprecated("Please use spi_device_get_actual_freq instead")));
Arguments
fapb
The frequency of apb clock, should be ``APB_CLK_FREQ``.
hz
Desired working frequency
duty_cycle
Duty cycle of the spi clock
Return value
Actual working frequency that most fit.