Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Dmcpwm_types_legacy.h160 MCPWM_POS_EDGE = BIT(1), /*!<Capture the positive edge*/ enumerator
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c784 : MCPWM_POS_EDGE; in mcpwm_default_isr_handler()
826 mcpwm_ll_capture_enable_posedge(hal->dev, cap_channel, cap_conf->cap_edge & MCPWM_POS_EDGE); in mcpwm_capture_enable_channel()