atsamd_hal::clock

Enum ClockId

Source
pub enum ClockId {
Show 48 variants DFLL48 = 0, FDPLL0 = 1, FDPLL1 = 2, SLOW_32K = 3, EIC = 4, FREQM_MSR = 5, FREQM_REF = 6, SERCOM0_CORE = 7, SERCOM1_CORE = 8, TC0_TC1 = 9, USB = 10, EVSYS0 = 11, EVSYS1 = 12, EVSYS2 = 13, EVSYS3 = 14, EVSYS4 = 15, EVSYS5 = 16, EVSYS6 = 17, EVSYS7 = 18, EVSYS8 = 19, EVSYS9 = 20, EVSYS10 = 21, EVSYS11 = 22, SERCOM2_CORE = 23, SERCOM3_CORE = 24, TCC0_TCC1 = 25, TC2_TC3 = 26, CAN0 = 27, CAN1 = 28, TCC2_TCC3 = 29, TC4_TC5 = 30, PDEC = 31, AC = 32, CCL = 33, SERCOM4_CORE = 34, SERCOM5_CORE = 35, SERCOM6_CORE = 36, SERCOM7_CORE = 37, TCC4 = 38, TC6_TC7 = 39, ADC0 = 40, ADC1 = 41, DAC = 42, I2S0 = 43, I2S1 = 44, SDHC0 = 45, SDHC1 = 46, CM4_TRACE = 47,
}

Variants§

§

DFLL48 = 0

§

FDPLL0 = 1

§

FDPLL1 = 2

§

SLOW_32K = 3

§

EIC = 4

§

FREQM_MSR = 5

§

FREQM_REF = 6

§

SERCOM0_CORE = 7

§

SERCOM1_CORE = 8

§

TC0_TC1 = 9

§

USB = 10

§

EVSYS0 = 11

§

EVSYS1 = 12

§

EVSYS2 = 13

§

EVSYS3 = 14

§

EVSYS4 = 15

§

EVSYS5 = 16

§

EVSYS6 = 17

§

EVSYS7 = 18

§

EVSYS8 = 19

§

EVSYS9 = 20

§

EVSYS10 = 21

§

EVSYS11 = 22

§

SERCOM2_CORE = 23

§

SERCOM3_CORE = 24

§

TCC0_TCC1 = 25

§

TC2_TC3 = 26

§

CAN0 = 27

§

CAN1 = 28

§

TCC2_TCC3 = 29

§

TC4_TC5 = 30

§

PDEC = 31

§

AC = 32

§

CCL = 33

§

SERCOM4_CORE = 34

§

SERCOM5_CORE = 35

§

SERCOM6_CORE = 36

§

SERCOM7_CORE = 37

§

TCC4 = 38

§

TC6_TC7 = 39

§

ADC0 = 40

§

ADC1 = 41

§

DAC = 42

§

I2S0 = 43

§

I2S1 = 44

§

SDHC0 = 45

§

SDHC1 = 46

§

CM4_TRACE = 47

Trait Implementations§

Source§

impl From<ClockId> for u8

Source§

fn from(clock: ClockId) -> u8

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.