Home
last modified time | relevance | path

Searched refs:spi_device_get_actual_freq (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/driver/spi/include/driver/
Dspi_master.h354 esp_err_t spi_device_get_actual_freq(spi_device_handle_t handle, int *freq_khz);
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c309 return spi_device_get_actual_freq(slot->spi_handle, real_freq_khz); in sdspi_host_get_real_freq()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c523 esp_err_t spi_device_get_actual_freq(spi_device_handle_t handle, int* freq_khz) in spi_device_get_actual_freq() function