#[repr(u8)]pub enum Slotsizeselect {
    _8 = 0,
    _16 = 1,
    _24 = 2,
    _32 = 3,
}Expand description
Slot Size
Value on reset: 0
Variants§
_8 = 0
0: 8-bit Slot for Clock Unit n
_16 = 1
1: 16-bit Slot for Clock Unit n
_24 = 2
2: 24-bit Slot for Clock Unit n
_32 = 3
3: 32-bit Slot for Clock Unit n
Trait Implementations§
Source§impl Clone for Slotsizeselect
 
impl Clone for Slotsizeselect
Source§fn clone(&self) -> Slotsizeselect
 
fn clone(&self) -> Slotsizeselect
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 Slotsizeselect
 
impl Debug for Slotsizeselect
Source§impl From<Slotsizeselect> for u8
 
impl From<Slotsizeselect> for u8
Source§fn from(variant: Slotsizeselect) -> Self
 
fn from(variant: Slotsizeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Slotsizeselect
 
impl PartialEq for Slotsizeselect
impl Copy for Slotsizeselect
impl Eq for Slotsizeselect
impl IsEnum for Slotsizeselect
impl StructuralPartialEq for Slotsizeselect
Auto Trait Implementations§
impl Freeze for Slotsizeselect
impl RefUnwindSafe for Slotsizeselect
impl Send for Slotsizeselect
impl Sync for Slotsizeselect
impl Unpin for Slotsizeselect
impl UnwindSafe for Slotsizeselect
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