#[repr(u16)]pub enum Genctrlselect {
Gclk0 = 1,
Gclk1 = 2,
Gclk2 = 4,
Gclk3 = 8,
Gclk4 = 16,
Gclk5 = 32,
Gclk6 = 64,
Gclk7 = 128,
Gclk8 = 256,
Gclk9 = 512,
Gclk10 = 1_024,
Gclk11 = 2_048,
}
Expand description
Generic Clock Generator Control n Synchronization Busy bits
Value on reset: 0
Variants§
Gclk0 = 1
1: Generic clock generator 0
Gclk1 = 2
2: Generic clock generator 1
Gclk2 = 4
4: Generic clock generator 2
Gclk3 = 8
8: Generic clock generator 3
Gclk4 = 16
16: Generic clock generator 4
Gclk5 = 32
32: Generic clock generator 5
Gclk6 = 64
64: Generic clock generator 6
Gclk7 = 128
128: Generic clock generator 7
Gclk8 = 256
256: Generic clock generator 8
Gclk9 = 512
512: Generic clock generator 9
Gclk10 = 1_024
1024: Generic clock generator 10
Gclk11 = 2_048
2048: Generic clock generator 11
Trait Implementations§
Source§impl Clone for Genctrlselect
impl Clone for Genctrlselect
Source§fn clone(&self) -> Genctrlselect
fn clone(&self) -> Genctrlselect
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 Genctrlselect
impl Debug for Genctrlselect
Source§impl From<Genctrlselect> for u16
impl From<Genctrlselect> for u16
Source§fn from(variant: Genctrlselect) -> Self
fn from(variant: Genctrlselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Genctrlselect
impl PartialEq for Genctrlselect
impl Copy for Genctrlselect
impl Eq for Genctrlselect
impl IsEnum for Genctrlselect
impl StructuralPartialEq for Genctrlselect
Auto Trait Implementations§
impl Freeze for Genctrlselect
impl RefUnwindSafe for Genctrlselect
impl Send for Genctrlselect
impl Sync for Genctrlselect
impl Unpin for Genctrlselect
impl UnwindSafe for Genctrlselect
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