Searched refs:spi_ll_master_cal_clock (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_hal.c | 91 …int eff_clk_n = spi_ll_master_cal_clock(timing_param->clk_src_hz, timing_param->expected_freq, tim… in spi_hal_cal_clock_conf() 119 return spi_ll_master_cal_clock(fapb, hz, duty_cycle, NULL); in spi_hal_master_cal_clock()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_ll.h | 563 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 645 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 690 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 772 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 680 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 762 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 676 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 758 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 676 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 758 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 682 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 764 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 638 static inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out… in spi_ll_master_cal_clock() function 720 int freq = spi_ll_master_cal_clock(fapb, hz, duty_cycle, ®_val); in spi_ll_master_set_clock()
|