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