Searched refs:TIMER_IMC_POLARITY_BOTH_EDGE (Results 1 – 2 of 2) sorted by relevance
1500 TIMER_MCHCTL2(timer_periph) |= TIMER_IMC_POLARITY_BOTH_EDGE; in timer_input_capture_config()1537 TIMER_MCHCTL2(timer_periph) |= ((uint32_t)TIMER_IMC_POLARITY_BOTH_EDGE << 2U); in timer_input_capture_config()1572 TIMER_MCHCTL2(timer_periph) |= ((uint32_t)TIMER_IMC_POLARITY_BOTH_EDGE << 4U); in timer_input_capture_config()1607 TIMER_MCHCTL2(timer_periph) |= ((uint32_t)TIMER_IMC_POLARITY_BOTH_EDGE << 6U); in timer_input_capture_config()
925 #define TIMER_IMC_POLARITY_BOTH_EDGE ((uint16_t)0x0003U) /*!< multi mode… macro