Searched defs:input_delay_ns (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_hal.c | 123 void spi_hal_cal_timing(int source_freq_hz, int eff_clk, bool gpio_is_used, int input_delay_ns, int… in spi_hal_cal_timing() 156 int spi_hal_get_freq_limit(bool gpio_is_used, int input_delay_ns) in spi_hal_get_freq_limit()
|
D | spi_flash_hal.c | 58 static inline int get_dummy_n(bool gpio_is_used, int input_delay_ns, int eff_clk) in get_dummy_n()
|
/hal_espressif-latest/components/spi_flash/include/ |
D | esp_flash_spi_init.h | 22 int input_delay_ns; ///< Input delay of the data pins, in ns. Set to 0 if unknown. member
|
/hal_espressif-latest/components/hal/include/hal/ |
D | spi_flash_hal.h | 73 …int input_delay_ns; ///< Input delay on the MISO pin after the launch clock, used for timing c… member
|
D | spi_hal.h | 44 …uint32_t input_delay_ns; /**< Maximum delay between SPI launch clock and the data to be… member
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_master.c | 310 void spi_get_timing(bool gpio_is_used, int input_delay_ns, int eff_clk, int* dummy_o, int* cycles_r… in spi_get_timing() 325 int spi_get_freq_limit(bool gpio_is_used, int input_delay_ns) in spi_get_freq_limit()
|
/hal_espressif-latest/components/driver/spi/include/driver/ |
D | spi_master.h | 75 …int input_delay_ns; /**< Maximum data valid time of slave. The time required between S… member
|