atsamd_hal::clock::v2::apb

Struct ApbTokens

Source
pub struct ApbTokens {
Show 35 fields pub freq_m: ApbToken<FreqM>, pub sercom0: ApbToken<Sercom0>, pub sercom1: ApbToken<Sercom1>, pub tc0: ApbToken<Tc0>, pub tc1: ApbToken<Tc1>, pub usb: ApbToken<Usb>, pub ev_sys: ApbToken<EvSys>, pub sercom2: ApbToken<Sercom2>, pub sercom3: ApbToken<Sercom3>, pub tcc0: ApbToken<Tcc0>, pub tcc1: ApbToken<Tcc1>, pub tc2: ApbToken<Tc2>, pub tc3: ApbToken<Tc3>, pub tc4: ApbToken<Tc4>, pub tcc2: ApbToken<Tcc2>, pub tcc3: ApbToken<Tcc3>, pub tc5: ApbToken<Tc5>, pub p_dec: ApbToken<PDec>, pub ac: ApbToken<Ac>, pub aes: ApbToken<Aes>, pub trng: ApbToken<Trng>, pub icm: ApbToken<Icm>, pub ccl: ApbToken<Ccl>, pub sercom4: ApbToken<Sercom4>, pub sercom5: ApbToken<Sercom5>, pub sercom6: ApbToken<Sercom6>, pub sercom7: ApbToken<Sercom7>, pub tcc4: ApbToken<Tcc4>, pub tc6: ApbToken<Tc6>, pub tc7: ApbToken<Tc7>, pub adc0: ApbToken<Adc0>, pub adc1: ApbToken<Adc1>, pub dac: ApbToken<Dac>, pub i2s: ApbToken<I2S>, pub pcc: ApbToken<Pcc>,
}
Expand description

Set of ApbTokens for APB clocks that are disabled at power-on reset

Fields§

§freq_m: ApbToken<FreqM>§sercom0: ApbToken<Sercom0>§sercom1: ApbToken<Sercom1>§tc0: ApbToken<Tc0>§tc1: ApbToken<Tc1>§usb: ApbToken<Usb>§ev_sys: ApbToken<EvSys>§sercom2: ApbToken<Sercom2>§sercom3: ApbToken<Sercom3>§tcc0: ApbToken<Tcc0>§tcc1: ApbToken<Tcc1>§tc2: ApbToken<Tc2>§tc3: ApbToken<Tc3>§tc4: ApbToken<Tc4>§tcc2: ApbToken<Tcc2>§tcc3: ApbToken<Tcc3>§tc5: ApbToken<Tc5>§p_dec: ApbToken<PDec>§ac: ApbToken<Ac>§aes: ApbToken<Aes>§trng: ApbToken<Trng>§icm: ApbToken<Icm>§ccl: ApbToken<Ccl>§sercom4: ApbToken<Sercom4>§sercom5: ApbToken<Sercom5>§sercom6: ApbToken<Sercom6>§sercom7: ApbToken<Sercom7>§tcc4: ApbToken<Tcc4>§tc6: ApbToken<Tc6>§tc7: ApbToken<Tc7>§adc0: ApbToken<Adc0>§adc1: ApbToken<Adc1>§dac: ApbToken<Dac>§i2s: ApbToken<I2S>§pcc: ApbToken<Pcc>

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.