/hal_espressif-3.6.0/components/driver/ |
D | sigmadelta.c | 31 … _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()
|
D | ledc.c | 364 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()
|
D | mcpwm.c | 260 … 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/ |
D | test_sigmadelta.c | 41 int8_t duty = 0; variable
|
D | test_ledc.c | 87 static void timer_duty_set_get(ledc_mode_t speed_mode, ledc_channel_t channel, uint32_t duty) in timer_duty_set_get()
|
D | test_pwm.c | 228 uint8_t period, uint8_t duty, uint8_t os_width) in mcpwm_carrier_test()
|
/hal_espressif-3.6.0/examples/peripherals/sigmadelta/main/ |
D | sigmadelta_example_main.c | 42 int8_t duty = 0; in app_main() local
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | sigmadelta_hal.h | 50 #define sigmadelta_hal_set_duty(hal, channel, duty) sigmadelta_ll_set_duty((hal)->dev, channel, dut… argument
|
D | ledc_types.h | 135 …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/ |
D | sigmadelta_ll.h | 56 …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/ |
D | sigmadelta_ll.h | 56 …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/ |
D | sigmadelta_ll.h | 56 …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/ |
D | sigmadelta_ll.h | 56 …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/ |
D | sigmadelta_ll.h | 56 …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/ |
D | iot_light.c | 145 …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/ |
D | ledc.h | 41 …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/ |
D | gpio_sd_struct.h | 26 uint32_t duty: 8; member
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | gpio_sd_struct.h | 23 uint32_t duty: 8; member
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | gpio_sd_struct.h | 26 uint32_t duty : 8; member
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | gpio_sd_struct.h | 23 uint32_t duty: 8; member
|
D | ledc_struct.h | 45 uint32_t duty: 19; member 49 } duty; member
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | gpio_sd_struct.h | 23 uint32_t duty: 8; member
|
D | ledc_struct.h | 45 uint32_t duty: 19; member 49 } duty; member
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_bldc_hall_control/main/ |
D | mcpwm_bldc_hall_control_example_main.c | 63 static float duty = PWM_MIN_DUTY; in update_bldc_speed() local
|
/hal_espressif-3.6.0/components/esp_wifi/include/ |
D | esp_mesh_internal.h | 118 uint8_t duty; member
|