Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/
Dmcpwm_brushed_dc_control_example.c38 …atic void brushed_motor_forward(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num , float duty_cycle) in brushed_motor_forward()
48 …tic void brushed_motor_backward(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num , float duty_cycle) in brushed_motor_backward()
/hal_espressif-2.7.6/components/hal/
Dledc_hal_iram.c46 …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.c113 int spi_hal_master_cal_clock(int fapb, int hz, int duty_cycle) in spi_hal_master_cal_clock()
/hal_espressif-2.7.6/components/driver/
Dspi_master.c353 int duty_cycle = (dev_config->duty_cycle_pos==0) ? 128 : dev_config->duty_cycle_pos; in spi_bus_add_device() local
461 int spi_cal_clock(int fapb, int hz, int duty_cycle, uint32_t *reg_o) in spi_cal_clock()
466 int spi_get_actual_clock(int fapb, int hz, int duty_cycle) in spi_get_actual_clock()
Dledc.c194 … ledc_duty_direction_t duty_direction, uint32_t duty_num, uint32_t duty_cycle, uint32_t duty_scale) in ledc_duty_config()
/hal_espressif-2.7.6/components/hal/esp32/include/hal/
Dspi_ll.h541 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()
620 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.h330 …uty_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-2.7.6/components/hal/include/hal/
Dspi_hal.h49 uint32_t duty_cycle; ///< Desired duty cycle of SPI clock member
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/
Dspi_ll.h643 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()
722 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.h372 …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-2.7.6/components/hal/esp32s3/include/hal/
Dspi_ll.h651 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()
730 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.h372 …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-2.7.6/components/hal/esp32s2/include/hal/
Dspi_ll.h604 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()
683 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.h351 …uty_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-2.7.6/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_led.c107 uint32_t duty_direction, uint32_t duty_num, uint32_t duty_cycle, uint32_t duty_scale) in iot_ledc_duty_config()
Diot_light.c127 uint32_t duty_direction, uint32_t duty_num, uint32_t duty_cycle, uint32_t duty_scale) in iot_ledc_duty_config()
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/
Dledc_struct.h53 uint32_t duty_cycle: 10; member
/hal_espressif-2.7.6/components/soc/esp32s3/include/soc/
Dledc_struct.h56 uint32_t duty_cycle: 10; member
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Dledc_struct.h55 uint32_t duty_cycle: 10; member
/hal_espressif-2.7.6/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