Home
last modified time | relevance | path

Searched refs:MCPWM_CAP_EDGE_NEG (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_types.h105 MCPWM_CAP_EDGE_NEG, /*!< Capture on the negative edge */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c783 ….cap_edge = mcpwm_ll_capture_get_edge(curr_context->hal.dev, i) == MCPWM_CAP_EDGE_NEG ? MCPWM_NEG_… in mcpwm_default_isr_handler()
913 return mcpwm_ll_capture_get_edge(hal->dev, cap_sig) == MCPWM_CAP_EDGE_NEG ? 2 : 1; in mcpwm_capture_signal_get_edge()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h1558 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h1570 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h1581 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h1579 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()