Searched refs:EnableFastOutput (Results 1 – 6 of 6) sorted by relevance
134 | ( (conf->EnableFastOutput) ? TIM_ADV_CCMR3_OC5FE_MASK : 0u ) in _TIM_ADV_EnableChannel5OutputCompare()149 | ( (conf->EnableFastOutput) ? TIM_ADV_CCMR1_OC1FE_MASK : 0u ) /* fast output. */ in TIM_ADV_EnableOutputCompare()
135 … | ( (conf->EnableFastOutput) ? TIM_16B_CCMR1_OC1FE_MASK : 0u ) /* fast output. */ in TIM_16B_EnableOutputCompare()
135 … | ( (conf->EnableFastOutput) ? TIM_32B_CCMR1_OC1FE_MASK : 0u ) /* fast output. */ in TIM_32B_EnableOutputCompare()
373 bool EnableFastOutput; /*!< Enable fast response to the trigger input event. */ member
375 bool EnableFastOutput; /*!< Enable fast response to the trigger input event. */ member
395 bool EnableFastOutput; /*!< Enable fast response to the trigger input event. */ member
Completed in 29 milliseconds