pub enum Ckselselect {
ClkGclk = 0,
ClkUlp32k = 1,
}
Expand description
Clock Selection
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Ckselselect
impl Clone for Ckselselect
Source§fn clone(&self) -> Ckselselect
fn clone(&self) -> Ckselselect
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 Ckselselect
impl Debug for Ckselselect
Source§impl From<Ckselselect> for bool
impl From<Ckselselect> for bool
Source§fn from(variant: Ckselselect) -> Self
fn from(variant: Ckselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ckselselect
impl PartialEq for Ckselselect
impl Copy for Ckselselect
impl Eq for Ckselselect
impl StructuralPartialEq for Ckselselect
Auto Trait Implementations§
impl Freeze for Ckselselect
impl RefUnwindSafe for Ckselselect
impl Send for Ckselselect
impl Sync for Ckselselect
impl Unpin for Ckselselect
impl UnwindSafe for Ckselselect
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