Searched refs:fed (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | mcpwm.h | 355 uint32_t red, uint32_t fed);
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 1041 … inline void mcpwm_ll_deadtime_set_falling_delay(mcpwm_dev_t *mcpwm, int operator_id, uint32_t fed) in mcpwm_ll_deadtime_set_falling_delay() argument 1043 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].dt_fed_cfg, dt_fed, fed - 1); in mcpwm_ll_deadtime_set_falling_delay()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 1053 … inline void mcpwm_ll_deadtime_set_falling_delay(mcpwm_dev_t *mcpwm, int operator_id, uint32_t fed) in mcpwm_ll_deadtime_set_falling_delay() argument 1055 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].dt_fed_cfg, dt_fed, fed - 1); in mcpwm_ll_deadtime_set_falling_delay()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mcpwm_ll.h | 1064 … inline void mcpwm_ll_deadtime_set_falling_delay(mcpwm_dev_t *mcpwm, int operator_id, uint32_t fed) in mcpwm_ll_deadtime_set_falling_delay() argument 1066 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].dt_fed_cfg, db_fed, fed - 1); in mcpwm_ll_deadtime_set_falling_delay()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | mcpwm_ll.h | 1062 … inline void mcpwm_ll_deadtime_set_falling_delay(mcpwm_dev_t *mcpwm, int operator_id, uint32_t fed) in mcpwm_ll_deadtime_set_falling_delay() argument 1064 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].dt_fed_cfg, db_fed, fed - 1); in mcpwm_ll_deadtime_set_falling_delay()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 600 uint32_t red, uint32_t fed) in mcpwm_deadtime_enable() argument 613 mcpwm_ll_deadtime_set_falling_delay(hal->dev, op, fed + 1); in mcpwm_deadtime_enable()
|