pub enum FECF {
Clear = 1,
}
Expand description
Framing error clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the FE flag in the ISR register
Trait Implementations§
impl Copy for FECF
impl Eq for FECF
impl StructuralPartialEq for FECF
Auto Trait Implementations§
impl Freeze for FECF
impl RefUnwindSafe for FECF
impl Send for FECF
impl Sync for FECF
impl Unpin for FECF
impl UnwindSafe for FECF
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