pub enum DISCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Discontinuous mode on regular channels
Value on reset: 0
Variants§
Disabled = 0
0: Discontinuous mode on regular channels disabled
Enabled = 1
1: Discontinuous mode on regular channels enabled
Trait Implementations§
impl Copy for DISCEN
impl Eq for DISCEN
impl StructuralPartialEq for DISCEN
Auto Trait Implementations§
impl Freeze for DISCEN
impl RefUnwindSafe for DISCEN
impl Send for DISCEN
impl Sync for DISCEN
impl Unpin for DISCEN
impl UnwindSafe for DISCEN
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