atsamd_hal::clock::v2::ahb

Struct AhbClks

Source
pub struct AhbClks {
Show 17 fields pub hpb0: AhbClk<Hpb0>, pub hpb1: AhbClk<Hpb1>, pub hpb2: AhbClk<Hpb2>, pub hpb3: AhbClk<Hpb3>, pub dsu: AhbClk<Dsu>, pub nvm_ctrl: AhbClk<NvmCtrl>, pub cmcc: AhbClk<Cmcc>, pub dmac: AhbClk<Dmac>, pub usb: AhbClk<Usb>, pub pac: AhbClk<Pac>, pub qspi: AhbClk<Qspi>, pub sdhc0: AhbClk<Sdhc0>, pub icm: AhbClk<Icm>, pub pukcc: AhbClk<Pukcc>, pub qspi2x: AhbClk<Qspi2x>, pub nvm_ctrl_smee_prom: AhbClk<NvmCtrlSmeeProm>, pub nvm_ctrl_cache: AhbClk<NvmCtrlCache>,
}
Expand description

Set of all AhbClks

All AhbClks are enabled at power-on reset.

Fields§

§hpb0: AhbClk<Hpb0>§hpb1: AhbClk<Hpb1>§hpb2: AhbClk<Hpb2>§hpb3: AhbClk<Hpb3>§dsu: AhbClk<Dsu>§nvm_ctrl: AhbClk<NvmCtrl>§cmcc: AhbClk<Cmcc>§dmac: AhbClk<Dmac>§usb: AhbClk<Usb>§pac: AhbClk<Pac>§qspi: AhbClk<Qspi>§sdhc0: AhbClk<Sdhc0>§icm: AhbClk<Icm>§pukcc: AhbClk<Pukcc>§qspi2x: AhbClk<Qspi2x>§nvm_ctrl_smee_prom: AhbClk<NvmCtrlSmeeProm>§nvm_ctrl_cache: AhbClk<NvmCtrlCache>

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.