pub enum DPSEL_A {
NO_DATA,
DATA,
}
Expand description
Data Present Select
Value on reset: 0
Variants
NO_DATA
0: No Data Present
DATA
1: Data Present
Trait Implementations
impl Copy for DPSEL_A
impl StructuralPartialEq for DPSEL_A
Auto Trait Implementations
impl RefUnwindSafe for DPSEL_A
impl Send for DPSEL_A
impl Sync for DPSEL_A
impl Unpin for DPSEL_A
impl UnwindSafe for DPSEL_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