#[repr(u16)]
pub enum GENCTRL_A {
GCLK0,
GCLK1,
GCLK2,
GCLK3,
GCLK4,
GCLK5,
GCLK6,
GCLK7,
GCLK8,
GCLK9,
GCLK10,
GCLK11,
}
Expand description
Generic Clock Generator Control n Synchronization Busy bits
Value on reset: 0
Variants
GCLK0
1: Generic clock generator 0
GCLK1
2: Generic clock generator 1
GCLK2
4: Generic clock generator 2
GCLK3
8: Generic clock generator 3
GCLK4
16: Generic clock generator 4
GCLK5
32: Generic clock generator 5
GCLK6
64: Generic clock generator 6
GCLK7
128: Generic clock generator 7
GCLK8
256: Generic clock generator 8
GCLK9
512: Generic clock generator 9
GCLK10
1024: Generic clock generator 10
GCLK11
2048: Generic clock generator 11
Trait Implementations
impl Copy for GENCTRL_A
impl StructuralPartialEq for GENCTRL_A
Auto Trait Implementations
impl RefUnwindSafe for GENCTRL_A
impl Send for GENCTRL_A
impl Sync for GENCTRL_A
impl Unpin for GENCTRL_A
impl UnwindSafe for GENCTRL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more