pub enum CC4IFR {
MATCH,
_Reserved(bool),
}
Expand description
Possible values of the field CC4IF
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
Implementations§
Trait Implementations§
impl Copy for CC4IFR
impl StructuralPartialEq for CC4IFR
Auto Trait Implementations§
impl Freeze for CC4IFR
impl RefUnwindSafe for CC4IFR
impl Send for CC4IFR
impl Sync for CC4IFR
impl Unpin for CC4IFR
impl UnwindSafe for CC4IFR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more