#[repr(u8)]
pub enum DATASIZE_A {
    _32,
    _24,
    _20,
    _18,
    _16,
    _16C,
    _8,
    _8C,
}Expand description
Data Word Size
Value on reset: 0
Variants
_32
0: 32 bits
_24
1: 24 bits
_20
2: 20 bits
_18
3: 18 bits
_16
4: 16 bits
_16C
5: 16 bits compact stereo
_8
6: 8 bits
_8C
7: 8 bits compact stereo
Trait Implementations
sourceimpl Clone for DATASIZE_A
 
impl Clone for DATASIZE_A
sourcefn clone(&self) -> DATASIZE_A
 
fn clone(&self) -> DATASIZE_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for DATASIZE_A
 
impl Debug for DATASIZE_A
sourceimpl From<DATASIZE_A> for u8
 
impl From<DATASIZE_A> for u8
sourcefn from(variant: DATASIZE_A) -> Self
 
fn from(variant: DATASIZE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<DATASIZE_A> for DATASIZE_A
 
impl PartialEq<DATASIZE_A> for DATASIZE_A
sourcefn eq(&self, other: &DATASIZE_A) -> bool
 
fn eq(&self, other: &DATASIZE_A) -> bool
impl Copy for DATASIZE_A
impl StructuralPartialEq for DATASIZE_A
Auto Trait Implementations
impl RefUnwindSafe for DATASIZE_A
impl Send for DATASIZE_A
impl Sync for DATASIZE_A
impl Unpin for DATASIZE_A
impl UnwindSafe for DATASIZE_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