Enum avr_device::atmega4809::ccl::lut1ctrla::CLKSRC_A
source · #[repr(u8)]pub enum CLKSRC_A {
CLKPER = 0,
IN2 = 1,
OSC20M = 4,
OSCULP32K = 5,
OSCULP1K = 6,
}
Expand description
Clock Source Selection
Value on reset: 0
Variants§
CLKPER = 0
0: CLK_PER is clocking the LUT
IN2 = 1
1: IN[2] is clocking the LUT
OSC20M = 4
4: 20MHz oscillator before prescaler is clocking the LUT
OSCULP32K = 5
5: 32kHz oscillator is clocking the LUT
OSCULP1K = 6
6: 32kHz oscillator after DIV32 is clocking the LUT
Trait Implementations§
impl Copy for CLKSRC_A
impl Eq for CLKSRC_A
impl StructuralPartialEq for CLKSRC_A
Auto Trait Implementations§
impl Freeze for CLKSRC_A
impl RefUnwindSafe for CLKSRC_A
impl Send for CLKSRC_A
impl Sync for CLKSRC_A
impl Unpin for CLKSRC_A
impl UnwindSafe for CLKSRC_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
)