Home
last modified time | relevance | path

Searched refs:MCPWM_POS_EDGE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/
Dmcpwm_capture_hc_sr04.c65 if (edata->cap_edge == MCPWM_POS_EDGE) { in sr04_echo_isr_handler()
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c421 .cap_edge = MCPWM_POS_EDGE, in mcpwm_swsync_test()
500 .cap_edge = MCPWM_POS_EDGE, in mcpwm_capture_test()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h172 MCPWM_POS_EDGE = BIT(1), /*!<Capture the positive edge*/ enumerator
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c750 … : MCPWM_POS_EDGE; in mcpwm_default_isr_handler()
782 mcpwm_ll_capture_enable_posedge(hal->dev, cap_sig, cap_edge & MCPWM_POS_EDGE); in mcpwm_capture_enable()
825 mcpwm_ll_capture_enable_posedge(hal->dev, cap_channel, cap_conf->cap_edge & MCPWM_POS_EDGE); in mcpwm_capture_enable_channel()