Searched defs:input_delay_ns (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/spi_flash/include/ |
D | esp_flash_spi_init.h | 30 int input_delay_ns; ///< Input delay of the data pins, in ns. Set to 0 if unknown. member
|
/hal_espressif-3.6.0/components/hal/ |
D | spi_hal.c | 119 void spi_hal_cal_timing(int eff_clk, bool gpio_is_used, int input_delay_ns, int *dummy_n, int *miso… in spi_hal_cal_timing() 150 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-3.6.0/components/hal/include/hal/ |
D | spi_flash_hal.h | 81 …int input_delay_ns; ///< Input delay on the MISO pin after the launch clock, used for timing c… member
|
D | spi_hal.h | 51 …uint32_t input_delay_ns; /**< Maximum delay between SPI launch clock and the data to be… member
|
/hal_espressif-3.6.0/components/driver/ |
D | spi_master.c | 285 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() 295 int spi_get_freq_limit(bool gpio_is_used, int input_delay_ns) in spi_get_freq_limit()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | spi_master.h | 68 …int input_delay_ns; /**< Maximum data valid time of slave. The time required between S… member
|