Home
last modified time | relevance | path

Searched refs:MCPWM_CAP_EDGE_POS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_types.h104 MCPWM_CAP_EDGE_POS, /*!< Capture on the positive edge */ enumerator
/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()