Enum avr_device::atmega4809::rtc::clksel::CLKSEL_A
source · #[repr(u8)]pub enum CLKSEL_A {
INT32K = 0,
INT1K = 1,
TOSC32K = 2,
EXTCLK = 3,
}
Expand description
Clock Select
Value on reset: 0
Variants§
INT32K = 0
0: Internal 32kHz OSC
INT1K = 1
1: Internal 1kHz OSC
TOSC32K = 2
2: 32KHz Crystal OSC
EXTCLK = 3
3: External Clock
Trait Implementations§
source§impl PartialEq for CLKSEL_A
impl PartialEq for CLKSEL_A
impl Copy for CLKSEL_A
impl Eq 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§
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