pub enum SECFR {
NoPrescalerOverflow = 0,
PrescalerOverflow = 1,
}
Expand description
Second Flag
Value on reset: 0
Variants§
NoPrescalerOverflow = 0
0: Second flag condition not met
PrescalerOverflow = 1
1: Second flag condition met
Trait Implementations§
impl Copy for SECFR
impl Eq for SECFR
impl StructuralPartialEq for SECFR
Auto Trait Implementations§
impl Freeze for SECFR
impl RefUnwindSafe for SECFR
impl Send for SECFR
impl Sync for SECFR
impl Unpin for SECFR
impl UnwindSafe for SECFR
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