pub enum CH25_A {
DISABLED,
ENABLED,
}
Expand description
Channel 25 enable set register. Writing 0 has no effect.
Value on reset: 0
Variants
DISABLED
0: Read: Channel disabled
ENABLED
1: Read: Channel enabled
Trait Implementations
impl Copy for CH25_A
impl StructuralPartialEq for CH25_A
Auto Trait Implementations
impl RefUnwindSafe for CH25_A
impl Send for CH25_A
impl Sync for CH25_A
impl Unpin for CH25_A
impl UnwindSafe for CH25_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more