#[repr(u8)]pub enum Prescselect {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
}
Expand description
Oscillator Prescaler
Value on reset: 3
Variants§
Trait Implementations§
Source§impl Clone for Prescselect
impl Clone for Prescselect
Source§fn clone(&self) -> Prescselect
fn clone(&self) -> Prescselect
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 Prescselect
impl Debug for Prescselect
Source§impl From<Prescselect> for u8
impl From<Prescselect> for u8
Source§fn from(variant: Prescselect) -> Self
fn from(variant: Prescselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Prescselect
impl PartialEq for Prescselect
impl Copy for Prescselect
impl Eq for Prescselect
impl IsEnum for Prescselect
impl StructuralPartialEq for Prescselect
Auto Trait Implementations§
impl Freeze for Prescselect
impl RefUnwindSafe for Prescselect
impl Send for Prescselect
impl Sync for Prescselect
impl Unpin for Prescselect
impl UnwindSafe for Prescselect
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