Enum avr_device::atmega4809::tcb1::ctrla::CLKSEL_A
source · #[repr(u8)]pub enum CLKSEL_A {
CLKDIV1 = 0,
CLKDIV2 = 1,
CLKTCA = 2,
}
Expand description
Clock Select
Value on reset: 0
Variants§
CLKDIV1 = 0
0: CLK_PER (No Prescaling)
CLKDIV2 = 1
1: CLK_PER/2 (From Prescaler)
CLKTCA = 2
2: Use Clock from TCA
Trait Implementations§
impl Copy for CLKSEL_A
impl Eq for CLKSEL_A
impl StructuralPartialEq for CLKSEL_A
Auto Trait Implementations§
impl Freeze for CLKSEL_A
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)