#[repr(u8)]
pub enum GEN_A {
GCLK0,
GCLK1,
GCLK2,
GCLK3,
GCLK4,
GCLK5,
GCLK6,
GCLK7,
GCLK8,
GCLK9,
GCLK10,
GCLK11,
}
Expand description
Generic Clock Generator
Value on reset: 0
Variants
GCLK0
0: Generic clock generator 0
GCLK1
1: Generic clock generator 1
GCLK2
2: Generic clock generator 2
GCLK3
3: Generic clock generator 3
GCLK4
4: Generic clock generator 4
GCLK5
5: Generic clock generator 5
GCLK6
6: Generic clock generator 6
GCLK7
7: Generic clock generator 7
GCLK8
8: Generic clock generator 8
GCLK9
9: Generic clock generator 9
GCLK10
10: Generic clock generator 10
GCLK11
11: Generic clock generator 11
Trait Implementations
impl Copy for GEN_A
impl StructuralPartialEq for GEN_A
Auto Trait Implementations
impl RefUnwindSafe for GEN_A
impl Send for GEN_A
impl Sync for GEN_A
impl Unpin for GEN_A
impl UnwindSafe for GEN_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