Searched refs:pulse_width (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | mcpwm.h | 325 …_carrier_oneshot_mode_enable(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, uint8_t pulse_width);
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 1212 …id mcpwm_ll_carrier_set_first_pulse_width(mcpwm_dev_t *mcpwm, int operator_id, uint8_t pulse_width) in mcpwm_ll_carrier_set_first_pulse_width() argument 1214 HAL_ASSERT(pulse_width >= 1); in mcpwm_ll_carrier_set_first_pulse_width() 1215 mcpwm->operators[operator_id].carrier_cfg.carrier_oshtwth = pulse_width - 1; in mcpwm_ll_carrier_set_first_pulse_width()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 1224 …id mcpwm_ll_carrier_set_first_pulse_width(mcpwm_dev_t *mcpwm, int operator_id, uint8_t pulse_width) in mcpwm_ll_carrier_set_first_pulse_width() argument 1226 HAL_ASSERT(pulse_width >= 1); in mcpwm_ll_carrier_set_first_pulse_width() 1227 mcpwm->operators[operator_id].carrier_cfg.carrier_oshtwth = pulse_width - 1; in mcpwm_ll_carrier_set_first_pulse_width()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mcpwm_ll.h | 1235 …id mcpwm_ll_carrier_set_first_pulse_width(mcpwm_dev_t *mcpwm, int operator_id, uint8_t pulse_width) in mcpwm_ll_carrier_set_first_pulse_width() argument 1237 HAL_ASSERT(pulse_width >= 1); in mcpwm_ll_carrier_set_first_pulse_width() 1238 mcpwm->operators[operator_id].carrier_cfg.chopper_oshtwth = pulse_width - 1; in mcpwm_ll_carrier_set_first_pulse_width()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | mcpwm_ll.h | 1233 …id mcpwm_ll_carrier_set_first_pulse_width(mcpwm_dev_t *mcpwm, int operator_id, uint8_t pulse_width) in mcpwm_ll_carrier_set_first_pulse_width() argument 1235 HAL_ASSERT(pulse_width >= 1); in mcpwm_ll_carrier_set_first_pulse_width() 1236 mcpwm->operators[operator_id].carrier_cfg.chopper_oshtwth = pulse_width - 1; in mcpwm_ll_carrier_set_first_pulse_width()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 554 …m_carrier_oneshot_mode_enable(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, uint8_t pulse_width) in mcpwm_carrier_oneshot_mode_enable() argument 561 mcpwm_ll_carrier_set_first_pulse_width(context[mcpwm_num].hal.dev, op, pulse_width + 1); in mcpwm_carrier_oneshot_mode_enable()
|