Searched refs:MCPWM_CAP_EDGE_NEG (Results 1 – 6 of 6) sorted by relevance
105 MCPWM_CAP_EDGE_NEG, /*!< Capture on the negative edge */ enumerator
783 ….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()
1558 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()
1570 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()
1581 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()
1579 return mcpwm->cap_status.val & (1 << channel) ? MCPWM_CAP_EDGE_NEG : MCPWM_CAP_EDGE_POS; in mcpwm_ll_capture_get_edge()