Home
last modified time | relevance | path

Searched defs:duty_cycle (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/hal/
Dledc_hal_iram.c48 …d ledc_hal_set_duty_cycle(ledc_hal_context_t *hal, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_hal_set_duty_cycle()
Dspi_hal.c117 int spi_hal_master_cal_clock(int fapb, int hz, int duty_cycle) in spi_hal_master_cal_clock()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c398 int duty_cycle = (dev_config->duty_cycle_pos == 0) ? 128 : dev_config->duty_cycle_pos; in spi_bus_add_device() local
533 int spi_get_actual_clock(int fapb, int hz, int duty_cycle) in spi_get_actual_clock()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h563 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()
642 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h373 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/hal/include/hal/
Dspi_hal.h43 uint32_t duty_cycle; ///< Expected duty cycle of SPI clock member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h690 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()
769 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h376 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h680 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()
759 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h396 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h676 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()
755 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h375 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h676 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()
755 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h375 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h682 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()
761 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h377 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h638 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()
717 static inline int spi_ll_master_set_clock(spi_dev_t *hw, int fapb, int hz, int duty_cycle) in spi_ll_master_set_clock()
Dledc_ll.h390 …duty_cycle(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t duty_cycle) in ledc_ll_set_duty_cycle()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dledc_struct.h73 uint32_t duty_cycle:10; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dledc_struct.h46 uint32_t duty_cycle: 10; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dledc_struct.h57 uint32_t duty_cycle: 10; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dledc_struct.h48 uint32_t duty_cycle: 10; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dledc_struct.h54 …uint32_t duty_cycle:10; /*This register is used to increase or decrease the duty ever… member