#[repr(u8)]
pub enum CLKSEL_A {
PRESCHFPERCLK,
CC1,
TIMEROUF,
}
Expand description
Clock Source Select
Value on reset: 0
Variants
PRESCHFPERCLK
0: Prescaled HFPERCLK
CC1
1: Compare/Capture Channel 1 Input
TIMEROUF
2: Timer is clocked by underflow(down-count) or overflow(up-count) in the lower numbered neighbor Timer
Trait Implementations
impl Copy for CLKSEL_A
impl StructuralPartialEq for CLKSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CLKSEL_A
impl Send for CLKSEL_A
impl Sync for CLKSEL_A
impl Unpin for CLKSEL_A
impl UnwindSafe for CLKSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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