Home
last modified time | relevance | path

Searched defs:duty (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-3.6.0/components/driver/
Dsigmadelta.c31 … _sigmadelta_set_duty(sigmadelta_port_t sigmadelta_port, sigmadelta_channel_t channel, int8_t duty) in _sigmadelta_set_duty()
94 esp_err_t sigmadelta_set_duty(sigmadelta_channel_t channel, int8_t duty) in sigmadelta_set_duty()
Dledc.c364 uint32_t duty = ledc_conf->duty; in ledc_channel_config() local
432 esp_err_t ledc_set_fade(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty, ledc_duty_di… in ledc_set_fade()
456 esp_err_t ledc_set_duty_with_hpoint(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty, … in ledc_set_duty_with_hpoint()
477 esp_err_t ledc_set_duty(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty) in ledc_set_duty()
502 uint32_t duty = 0; in ledc_get_duty() local
855 esp_err_t ledc_set_duty_and_update(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty, u… in ledc_set_duty_and_update()
Dmcpwm.c260 … mcpwm_set_duty(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, float duty) in mcpwm_set_duty()
433 …float duty = 100.0 * mcpwm_ll_operator_get_compare_value(hal->dev, op, gen) / mcpwm_ll_timer_get_p… in mcpwm_get_duty() local
447 …uint32_t duty = mcpwm_ll_operator_get_compare_value(hal->dev, op, gen) * (1000000.0 / real_timer_c… in mcpwm_get_duty_in_us() local
/hal_espressif-3.6.0/components/driver/test/
Dtest_sigmadelta.c41 int8_t duty = 0; variable
Dtest_ledc.c87 static void timer_duty_set_get(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty) in timer_duty_set_get()
Dtest_pwm.c228 uint8_t period, uint8_t duty, uint8_t os_width) in mcpwm_carrier_test()
/hal_espressif-3.6.0/examples/peripherals/sigmadelta/main/
Dsigmadelta_example_main.c42 int8_t duty = 0; in app_main() local
/hal_espressif-3.6.0/components/hal/include/hal/
Dsigmadelta_hal.h50 #define sigmadelta_hal_set_duty(hal, channel, duty) sigmadelta_ll_set_duty((hal)->dev, channel, dut… argument
Dledc_types.h135 …uint32_t duty; /*!< LEDC channel duty, the range of duty setting is [0, (2**duty_… member
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dsigmadelta_ll.h56 …ic inline void sigmadelta_ll_set_duty(gpio_sd_dev_t *hw, sigmadelta_channel_t channel, int8_t duty) in sigmadelta_ll_set_duty()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dsigmadelta_ll.h56 …ic inline void sigmadelta_ll_set_duty(gpio_sd_dev_t *hw, sigmadelta_channel_t channel, int8_t duty) in sigmadelta_ll_set_duty()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dsigmadelta_ll.h56 …ic inline void sigmadelta_ll_set_duty(gpio_sd_dev_t *hw, sigmadelta_channel_t channel, int8_t duty) in sigmadelta_ll_set_duty()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dsigmadelta_ll.h56 …ic inline void sigmadelta_ll_set_duty(gpio_sd_dev_t *hw, sigmadelta_channel_t channel, int8_t duty) in sigmadelta_ll_set_duty()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dsigmadelta_ll.h56 …ic inline void sigmadelta_ll_set_duty(gpio_sd_dev_t *hw, sigmadelta_channel_t channel, int8_t duty) in sigmadelta_ll_set_duty()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_light.c145 …RAM_ATTR esp_err_t iot_ledc_set_duty(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty) in iot_ledc_set_duty()
376 static esp_err_t iot_light_duty_set(light_handle_t light_handle, uint8_t channel_id, uint32_t duty) in iot_light_duty_set()
402 esp_err_t iot_light_fade_with_time(light_handle_t light_handle, uint8_t channel_id, uint32_t duty, … in iot_light_fade_with_time()
448 esp_err_t iot_light_breath_config(light_handle_t light_handle, uint8_t channel_id, uint32_t duty, u… in iot_light_breath_config()
/hal_espressif-3.6.0/components/driver/include/driver/
Dledc.h41 …uint32_t duty; /**< LEDC current duty of the channel, the range of duty is [0… member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dgpio_sd_struct.h26 uint32_t duty: 8; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dgpio_sd_struct.h23 uint32_t duty: 8; member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_sd_struct.h26 uint32_t duty : 8; member
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dgpio_sd_struct.h23 uint32_t duty: 8; member
Dledc_struct.h45 uint32_t duty: 19; member
49 } duty; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dgpio_sd_struct.h23 uint32_t duty: 8; member
Dledc_struct.h45 uint32_t duty: 19; member
49 } duty; member
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_bldc_hall_control/main/
Dmcpwm_bldc_hall_control_example_main.c63 static float duty = PWM_MIN_DUTY; in update_bldc_speed() local
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_mesh_internal.h118 uint8_t duty; member

12