spi_hal_cal_clock_conf() function
Calculate the configuration of clock and timing. The configuration will be used when ``spi_hal_setup_device``. It is highly suggested to do this at initialization, since it takes long time.
Arguments
timing_param
Input parameters to calculate timing configuration
timing_conf
Output of the timing configuration.
Return value
ESP_OK if desired is available, otherwise fail.