Searched refs:max_duty (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | ledc_hal.h | 165 …al_get_max_duty(hal, channel_num, max_duty) ledc_ll_get_max_duty((hal)->dev, (hal)->speed_mode, c… argument
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | ledc_ll.h | 255 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 258 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_resolution)); in ledc_ll_get_max_duty()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | ledc_ll.h | 252 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 255 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_resolution)); in ledc_ll_get_max_duty()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | ledc_ll.h | 254 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 257 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_res)); in ledc_ll_get_max_duty()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | ledc_ll.h | 254 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 257 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_resolution)); in ledc_ll_get_max_duty()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | ledc_ll.h | 269 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 272 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_resolution)); in ledc_ll_get_max_duty()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | ledc_ll.h | 275 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 278 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_res)); in ledc_ll_get_max_duty()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | ledc_ll.h | 256 …et_max_duty(ledc_dev_t *hw, ledc_mode_t speed_mode, ledc_channel_t channel_num, uint32_t *max_duty) in ledc_ll_get_max_duty() argument 259 *max_duty = (1 << (LEDC.timer_group[speed_mode].timer[timer_sel].conf.duty_res)); in ledc_ll_get_max_duty()
|