#[repr(u8)]pub enum Dsizeselect {
_1data = 0,
_2data = 1,
_4data = 2,
}
Expand description
Data size
Value on reset: 0
Variants§
_1data = 0
0: 1 data is read in the PCC_RHR
_2data = 1
1: 2 data is read in the PCC_RHR
_4data = 2
2: 4 data are read in the PCC_RHR (only for 8 bits data size, ISIZE = 0)
Trait Implementations§
Source§impl Clone for Dsizeselect
impl Clone for Dsizeselect
Source§fn clone(&self) -> Dsizeselect
fn clone(&self) -> Dsizeselect
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 Dsizeselect
impl Debug for Dsizeselect
Source§impl From<Dsizeselect> for u8
impl From<Dsizeselect> for u8
Source§fn from(variant: Dsizeselect) -> Self
fn from(variant: Dsizeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Dsizeselect
impl PartialEq for Dsizeselect
impl Copy for Dsizeselect
impl Eq for Dsizeselect
impl IsEnum for Dsizeselect
impl StructuralPartialEq for Dsizeselect
Auto Trait Implementations§
impl Freeze for Dsizeselect
impl RefUnwindSafe for Dsizeselect
impl Send for Dsizeselect
impl Sync for Dsizeselect
impl Unpin for Dsizeselect
impl UnwindSafe for Dsizeselect
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