Searched refs:TIMER_IMC_POLARITY_FALLING (Results 1 – 2 of 2) sorted by relevance
1497 TIMER_MCHCTL2(timer_periph) |= TIMER_IMC_POLARITY_FALLING; in timer_input_capture_config()1534 TIMER_MCHCTL2(timer_periph) |= ((uint32_t)TIMER_IMC_POLARITY_FALLING << 2U); in timer_input_capture_config()1569 TIMER_MCHCTL2(timer_periph) |= ((uint32_t)TIMER_IMC_POLARITY_FALLING << 4U); in timer_input_capture_config()1604 TIMER_MCHCTL2(timer_periph) |= ((uint32_t)TIMER_IMC_POLARITY_FALLING << 6U); in timer_input_capture_config()
924 #define TIMER_IMC_POLARITY_FALLING ((uint16_t)0x0001U) /*!< multi mode… macro