#[repr(u8)]
pub enum DynAhbId {
Show 18 variants Hpb0, Hpb1, Hpb2, Hpb3, Dsu, NvmCtrl, Cmcc, Dmac, Usb, Pac, Qspi, Sdhc0, Sdhc1, Icm, Pukcc, Qspi2x, NvmCtrlSmeeProm, NvmCtrlCache,
}
Expand description

Value-level enum identifying a single AHB clock

Each variant of this enum corresponds to a specific bit in the AHBMASK register and identifies one of the possible AHB clocks, which can vary by chip.

DynAhbId is the value-level equivalent of AhbId.

Variants

Hpb0

Hpb1

Hpb2

Hpb3

Dsu

NvmCtrl

Cmcc

Dmac

Usb

Pac

Qspi

Sdhc0

Sdhc1

Icm

Pukcc

Qspi2x

NvmCtrlSmeeProm

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.