atsamd_hal::clock::v2::apb

Trait ApbId

Source
pub trait ApbId: Sealed {
    const DYN: DynApbId;
}
Expand description

Type-level enum identifying one of the possible APB clocks

The types implementing this trait are type-level variants of ApbId, and they identify one of the many possible APB clocks, which can vary by chip. Each type corresponds to a specific bit in one of the four APBXMASK registers.

ApbId is the type-level equivalent of DynApbId. See the documentation on type-level programming and specifically type-level enums for more details.

Required Associated Constants§

Source

const DYN: DynApbId

Corresponding variant of DynApbId

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ApbId for Ac

Source§

const DYN: DynApbId = DynApbId::Ac

Source§

impl ApbId for Adc0

Source§

const DYN: DynApbId = DynApbId::Adc0

Source§

impl ApbId for Adc1

Source§

const DYN: DynApbId = DynApbId::Adc1

Source§

impl ApbId for Aes

Source§

const DYN: DynApbId = DynApbId::Aes

Source§

impl ApbId for Ccl

Source§

const DYN: DynApbId = DynApbId::Ccl

Source§

impl ApbId for Dac

Source§

const DYN: DynApbId = DynApbId::Dac

Source§

impl ApbId for Dsu

Source§

const DYN: DynApbId = DynApbId::Dsu

Source§

impl ApbId for Eic

Source§

const DYN: DynApbId = DynApbId::Eic

Source§

impl ApbId for EvSys

Source§

const DYN: DynApbId = DynApbId::EvSys

Source§

impl ApbId for FreqM

Source§

const DYN: DynApbId = DynApbId::FreqM

Source§

impl ApbId for Gclk

Source§

const DYN: DynApbId = DynApbId::Gclk

Source§

impl ApbId for I2S

Source§

const DYN: DynApbId = DynApbId::I2S

Source§

impl ApbId for Icm

Source§

const DYN: DynApbId = DynApbId::Icm

Source§

impl ApbId for Mclk

Source§

const DYN: DynApbId = DynApbId::Mclk

Source§

impl ApbId for NvmCtrl

Source§

const DYN: DynApbId = DynApbId::NvmCtrl

Source§

impl ApbId for Osc32kCtrl

Source§

const DYN: DynApbId = DynApbId::Osc32kCtrl

Source§

impl ApbId for OscCtrl

Source§

const DYN: DynApbId = DynApbId::OscCtrl

Source§

impl ApbId for PDec

Source§

const DYN: DynApbId = DynApbId::PDec

Source§

impl ApbId for Pac

Source§

const DYN: DynApbId = DynApbId::Pac

Source§

impl ApbId for Pcc

Source§

const DYN: DynApbId = DynApbId::Pcc

Source§

impl ApbId for Pm

Source§

const DYN: DynApbId = DynApbId::Pm

Source§

impl ApbId for Port

Source§

const DYN: DynApbId = DynApbId::Port

Source§

impl ApbId for Qspi

Source§

const DYN: DynApbId = DynApbId::Qspi

Source§

impl ApbId for RamEcc

Source§

const DYN: DynApbId = DynApbId::RamEcc

Source§

impl ApbId for RstC

Source§

const DYN: DynApbId = DynApbId::RstC

Source§

impl ApbId for Rtc

Source§

const DYN: DynApbId = DynApbId::Rtc

Source§

impl ApbId for SupC

Source§

const DYN: DynApbId = DynApbId::SupC

Source§

impl ApbId for Tc0

Source§

const DYN: DynApbId = DynApbId::Tc0

Source§

impl ApbId for Tc1

Source§

const DYN: DynApbId = DynApbId::Tc1

Source§

impl ApbId for Tc2

Source§

const DYN: DynApbId = DynApbId::Tc2

Source§

impl ApbId for Tc3

Source§

const DYN: DynApbId = DynApbId::Tc3

Source§

impl ApbId for Tc4

Source§

const DYN: DynApbId = DynApbId::Tc4

Source§

impl ApbId for Tc5

Source§

const DYN: DynApbId = DynApbId::Tc5

Source§

impl ApbId for Tcc0

Source§

const DYN: DynApbId = DynApbId::Tcc0

Source§

impl ApbId for Tcc1

Source§

const DYN: DynApbId = DynApbId::Tcc1

Source§

impl ApbId for Tcc2

Source§

const DYN: DynApbId = DynApbId::Tcc2

Source§

impl ApbId for Tcc3

Source§

const DYN: DynApbId = DynApbId::Tcc3

Source§

impl ApbId for Tcc4

Source§

const DYN: DynApbId = DynApbId::Tcc4

Source§

impl ApbId for Trng

Source§

const DYN: DynApbId = DynApbId::Trng

Source§

impl ApbId for Usb

Source§

const DYN: DynApbId = DynApbId::Usb

Source§

impl ApbId for Wdt

Source§

const DYN: DynApbId = DynApbId::Wdt

Source§

impl ApbId for Sercom0

Source§

const DYN: DynApbId = DynApbId::Sercom0

Source§

impl ApbId for Sercom1

Source§

const DYN: DynApbId = DynApbId::Sercom1

Source§

impl ApbId for Sercom2

Source§

const DYN: DynApbId = DynApbId::Sercom2

Source§

impl ApbId for Sercom3

Source§

const DYN: DynApbId = DynApbId::Sercom3

Source§

impl ApbId for Sercom4

Source§

const DYN: DynApbId = DynApbId::Sercom4

Source§

impl ApbId for Sercom5

Source§

const DYN: DynApbId = DynApbId::Sercom5