#[repr(u8)]pub enum Idselect {
Show 23 variants
Dfll48 = 0,
Fdpll = 1,
Fdpll32k = 2,
Wdt = 3,
Rtc = 4,
Eic = 5,
Usb = 6,
Evsys0 = 7,
Evsys1 = 8,
Evsys2 = 9,
Evsys3 = 10,
Evsys4 = 11,
Evsys5 = 12,
SercomxSlow = 13,
Sercom0Core = 14,
Sercom1Core = 15,
Sercom2Core = 16,
Tcc0 = 17,
Tc1Tc2 = 18,
Adc = 19,
AcDig = 20,
AcAna = 21,
Dac = 22,
}
Expand description
Generic Clock Selection ID
Value on reset: 0
Variants§
Dfll48 = 0
0: DFLL48
Fdpll = 1
1: FDPLL
Fdpll32k = 2
2: FDPLL32K
Wdt = 3
3: WDT
Rtc = 4
4: RTC
Eic = 5
5: EIC
Usb = 6
6: USB
Evsys0 = 7
7: EVSYS_0
Evsys1 = 8
8: EVSYS_1
Evsys2 = 9
9: EVSYS_2
Evsys3 = 10
10: EVSYS_3
Evsys4 = 11
11: EVSYS_4
Evsys5 = 12
12: EVSYS_5
SercomxSlow = 13
13: SERCOMX_SLOW
Sercom0Core = 14
14: SERCOM0_CORE
Sercom1Core = 15
15: SERCOM1_CORE
Sercom2Core = 16
16: SERCOM2_CORE
Tcc0 = 17
17: TCC0
Tc1Tc2 = 18
18: TC1_TC2
Adc = 19
19: ADC
AcDig = 20
20: AC_DIG
AcAna = 21
21: AC_ANA
Dac = 22
22: DAC
Trait Implementations§
impl Copy for Idselect
impl Eq for Idselect
impl IsEnum for Idselect
impl StructuralPartialEq for Idselect
Auto Trait Implementations§
impl Freeze for Idselect
impl RefUnwindSafe for Idselect
impl Send for Idselect
impl Sync for Idselect
impl Unpin for Idselect
impl UnwindSafe for Idselect
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