Searched refs:spi_device_get_actual_freq (Results 1 – 3 of 3) sorted by relevance
354 esp_err_t spi_device_get_actual_freq(spi_device_handle_t handle, int *freq_khz);
309 return spi_device_get_actual_freq(slot->spi_handle, real_freq_khz); in sdspi_host_get_real_freq()
523 esp_err_t spi_device_get_actual_freq(spi_device_handle_t handle, int* freq_khz) in spi_device_get_actual_freq() function