Searched refs:spi_ll_master_set_clock_by_reg (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_hal_iram.c | 39 spi_ll_master_set_clock_by_reg(hw, &dev->timing_conf.clock_reg); in spi_hal_setup_device()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_ll.h | 534 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 646 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 661 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 773 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 651 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 763 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 647 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 759 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 647 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 759 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 653 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 765 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 609 static inline void spi_ll_master_set_clock_by_reg(spi_dev_t *hw, const spi_ll_clock_val_t *val) in spi_ll_master_set_clock_by_reg() function 721 spi_ll_master_set_clock_by_reg(hw, ®_val); in spi_ll_master_set_clock()
|