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