#[repr(u8)]pub enum Isizeselect {
_8bits = 0,
_10bits = 1,
_12bits = 2,
_14bits = 3,
}
Expand description
Input Data Size
Value on reset: 0
Variants§
_8bits = 0
0: Input data bus size is 8 bits
_10bits = 1
1: Input data bus size is 10 bits
_12bits = 2
2: Input data bus size is 12 bits
_14bits = 3
3: Input data bus size is 14 bits
Trait Implementations§
Source§impl Clone for Isizeselect
impl Clone for Isizeselect
Source§fn clone(&self) -> Isizeselect
fn clone(&self) -> Isizeselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Isizeselect
impl Debug for Isizeselect
Source§impl From<Isizeselect> for u8
impl From<Isizeselect> for u8
Source§fn from(variant: Isizeselect) -> Self
fn from(variant: Isizeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Isizeselect
impl PartialEq for Isizeselect
impl Copy for Isizeselect
impl Eq for Isizeselect
impl IsEnum for Isizeselect
impl StructuralPartialEq for Isizeselect
Auto Trait Implementations§
impl Freeze for Isizeselect
impl RefUnwindSafe for Isizeselect
impl Send for Isizeselect
impl Sync for Isizeselect
impl Unpin for Isizeselect
impl UnwindSafe for Isizeselect
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