Home
last modified time | relevance | path

Searched refs:peak (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h211 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak() argument
214 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak - 1); in mcpwm_ll_timer_set_peak()
216 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak); in mcpwm_ll_timer_set_peak()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h211 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak() argument
214 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak - 1); in mcpwm_ll_timer_set_peak()
216 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak); in mcpwm_ll_timer_set_peak()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h222 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak() argument
225 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak - 1); in mcpwm_ll_timer_set_peak()
227 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak); in mcpwm_ll_timer_set_peak()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h220 static inline void mcpwm_ll_timer_set_peak(mcpwm_dev_t *mcpwm, int timer_id, uint32_t peak, bool sy… in mcpwm_ll_timer_set_peak() argument
223 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak - 1); in mcpwm_ll_timer_set_peak()
225 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak); in mcpwm_ll_timer_set_peak()
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c455 uint32_t peak = mcpwm_ll_timer_get_peak(hal->dev, timer_num, false); in mcpwm_get_frequency() local
456 uint32_t freq = timer_resolution / peak; in mcpwm_get_frequency()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c857 UINT32 token_rate, UINT32 peak, UINT32 latency, in btsnd_hcic_qos_setup() argument
879 UINT32_TO_STREAM (pp, peak); in btsnd_hcic_qos_setup()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h374 UINT32 token_rate, UINT32 peak,
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst46 … has to supply large amounts of current (up to 70mA continuous, 200-300mA peak, might be slightly …