pub enum CC1OFR {
NoOvercapture = 0,
Overcapture = 1,
}Expand description
Capture/Compare %s overcapture flag
Value on reset: 0
Variants§
NoOvercapture = 0
0: No overcapture has been detected
Overcapture = 1
1: The counter value has been captured in TIMx_CCRx register while CCxIF flag was already set
Trait Implementations§
impl Copy for CC1OFR
impl Eq for CC1OFR
impl StructuralPartialEq for CC1OFR
Auto Trait Implementations§
impl Freeze for CC1OFR
impl RefUnwindSafe for CC1OFR
impl Send for CC1OFR
impl Sync for CC1OFR
impl Unpin for CC1OFR
impl UnwindSafe for CC1OFR
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