#[repr(u8)]
pub enum DynApbId {
Show 51 variants Pac, Pm, Mclk, RstC, OscCtrl, Osc32kCtrl, SupC, Gclk, Wdt, Rtc, Eic, FreqM, Sercom0, Sercom1, Tc0, Tc1, Usb, Dsu, NvmCtrl, Port, EvSys, Sercom2, Sercom3, Tcc0, Tcc1, Tc2, Tc3, RamEcc, Tcc2, Tcc3, Tc4, Tc5, PDec, Ac, Aes, Trng, Icm, Qspi, Ccl, Sercom4, Sercom5, Sercom6, Sercom7, Tcc4, Tc6, Tc7, Adc0, Adc1, Dac, I2S, Pcc,
}
Expand description

Value-level enum identifying a single APB clock

Each variant of this enum corresponds to a specific bit in one of the four APBXMASK registers and identifies one of many possible APB clocks, which can vary by chip.

DynApbId is the value-level equivalent of ApbId.

Variants

Pac

Pm

Mclk

RstC

OscCtrl

Osc32kCtrl

SupC

Gclk

Wdt

Rtc

Eic

FreqM

Sercom0

Sercom1

Tc0

Tc1

Usb

Dsu

NvmCtrl

Port

EvSys

Sercom2

Sercom3

Tcc0

Tcc1

Tc2

Tc3

RamEcc

Tcc2

Tcc3

Tc4

Tc5

PDec

Ac

Aes

Trng

Icm

Qspi

Ccl

Sercom4

Sercom5

Sercom6

Sercom7

Tcc4

Tc6

Tc7

Adc0

Adc1

Dac

I2S

Pcc

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.