pub enum Data32bselect {
DataTrans8bit = 0,
DataTrans32bit = 1,
}
Expand description
Data 32 Bit
Value on reset: 0
Variants§
DataTrans8bit = 0
0: Transaction from and to DATA register are 8-bit
DataTrans32bit = 1
1: Transaction from and to DATA register are 32-bit
Trait Implementations§
Source§impl Clone for Data32bselect
impl Clone for Data32bselect
Source§fn clone(&self) -> Data32bselect
fn clone(&self) -> Data32bselect
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 Data32bselect
impl Debug for Data32bselect
Source§impl From<Data32bselect> for bool
impl From<Data32bselect> for bool
Source§fn from(variant: Data32bselect) -> Self
fn from(variant: Data32bselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Data32bselect
impl PartialEq for Data32bselect
impl Copy for Data32bselect
impl Eq for Data32bselect
impl StructuralPartialEq for Data32bselect
Auto Trait Implementations§
impl Freeze for Data32bselect
impl RefUnwindSafe for Data32bselect
impl Send for Data32bselect
impl Sync for Data32bselect
impl Unpin for Data32bselect
impl UnwindSafe for Data32bselect
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