pub type CC1IFR = CC4IFR;
Possible values of the field CC1IF
CC1IF
pub enum CC1IFR { MATCH, _Reserved(bool), }
If CC1 is an output: The content of the counter TIMx_CNT matches the content of the TIMx_CCR1 register. If CC1 is an input: The counter value has been captured in TIMx_CCR1 register.
Reserved