pub struct AhbClks {
Show 18 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 sdhc1: AhbClk<Sdhc1>, 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>sdhc1: AhbClk<Sdhc1>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

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.