pub enum HWFC_EN {
Disabled = 0,
Enabled = 1,
}
Expand description
HW Flow Control enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for HWFC_EN
impl Eq for HWFC_EN
impl StructuralPartialEq for HWFC_EN
Auto Trait Implementations§
impl Freeze for HWFC_EN
impl RefUnwindSafe for HWFC_EN
impl Send for HWFC_EN
impl Sync for HWFC_EN
impl Unpin for HWFC_EN
impl UnwindSafe for HWFC_EN
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