CC2IFR

Type Alias CC2IFR 

Source
pub type CC2IFR = CC4IFR;
Expand description

Possible values of the field CC2IF

Aliased Type§

pub enum CC2IFR {
    MATCH,
    _Reserved(bool),
}

Variants§

§

MATCH

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(bool)

Reserved