atsamd_hal::clock::v2::pclk

Trait PclkId

Source
pub trait PclkId: Sealed {
    const DYN: DynPclkId;
}
Expand description

Type-level enum identifying one of the 48 possible Pclks

The types implementing this trait, e.g. Sercom0 or DfllId, are type-level variants of PclkId, and they identify one of the 48 possible peripheral channel clocks.

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

Required Associated Constants§

Source

const DYN: DynPclkId

Corresponding variant of DynPclkId

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 PclkId for DfllId

Source§

const DYN: DynPclkId = DynPclkId::Dfll

Source§

impl PclkId for Dpll0Id

Source§

const DYN: DynPclkId = DynPclkId::Dpll0

Source§

impl PclkId for Dpll1Id

Source§

const DYN: DynPclkId = DynPclkId::Dpll1

Source§

impl PclkId for Ac

Source§

const DYN: DynPclkId = DynPclkId::Ac

Source§

impl PclkId for Adc0

Source§

const DYN: DynPclkId = DynPclkId::Adc0

Source§

impl PclkId for Adc1

Source§

const DYN: DynPclkId = DynPclkId::Adc1

Source§

impl PclkId for CM4Trace

Source§

const DYN: DynPclkId = DynPclkId::Cm4Trace

Source§

impl PclkId for Ccl

Source§

const DYN: DynPclkId = DynPclkId::Ccl

Source§

impl PclkId for Dac

Source§

const DYN: DynPclkId = DynPclkId::Dac

Source§

impl PclkId for Eic

Source§

const DYN: DynPclkId = DynPclkId::Eic

Source§

impl PclkId for EvSys0

Source§

const DYN: DynPclkId = DynPclkId::EvSys0

Source§

impl PclkId for EvSys1

Source§

const DYN: DynPclkId = DynPclkId::EvSys1

Source§

impl PclkId for EvSys2

Source§

const DYN: DynPclkId = DynPclkId::EvSys2

Source§

impl PclkId for EvSys3

Source§

const DYN: DynPclkId = DynPclkId::EvSys3

Source§

impl PclkId for EvSys4

Source§

const DYN: DynPclkId = DynPclkId::EvSys4

Source§

impl PclkId for EvSys5

Source§

const DYN: DynPclkId = DynPclkId::EvSys5

Source§

impl PclkId for EvSys6

Source§

const DYN: DynPclkId = DynPclkId::EvSys6

Source§

impl PclkId for EvSys7

Source§

const DYN: DynPclkId = DynPclkId::EvSys7

Source§

impl PclkId for EvSys8

Source§

const DYN: DynPclkId = DynPclkId::EvSys8

Source§

impl PclkId for EvSys9

Source§

const DYN: DynPclkId = DynPclkId::EvSys9

Source§

impl PclkId for EvSys10

Source§

const DYN: DynPclkId = DynPclkId::EvSys10

Source§

impl PclkId for EvSys11

Source§

const DYN: DynPclkId = DynPclkId::EvSys11

Source§

impl PclkId for FreqMMeasure

Source§

const DYN: DynPclkId = DynPclkId::FreqMMeasure

Source§

impl PclkId for FreqMReference

Source§

const DYN: DynPclkId = DynPclkId::FreqMReference

Source§

impl PclkId for PDec

Source§

const DYN: DynPclkId = DynPclkId::Pdec

Source§

impl PclkId for Sdhc0

Source§

const DYN: DynPclkId = DynPclkId::Sdhc0

Source§

impl PclkId for SlowClk

Source§

const DYN: DynPclkId = DynPclkId::Slow

Source§

impl PclkId for Tc0Tc1

Source§

const DYN: DynPclkId = DynPclkId::Tc0Tc1

Source§

impl PclkId for Tc2Tc3

Source§

const DYN: DynPclkId = DynPclkId::Tc2Tc3

Source§

impl PclkId for Tcc0Tcc1

Source§

const DYN: DynPclkId = DynPclkId::Tcc0Tcc1

Source§

impl PclkId for Tcc2Tcc3

Source§

const DYN: DynPclkId = DynPclkId::Tcc2Tcc3

Source§

impl PclkId for Usb

Source§

const DYN: DynPclkId = DynPclkId::Usb

Source§

impl PclkId for Sercom0

Source§

const DYN: DynPclkId = DynPclkId::Sercom0

Source§

impl PclkId for Sercom1

Source§

const DYN: DynPclkId = DynPclkId::Sercom1

Source§

impl PclkId for Sercom2

Source§

const DYN: DynPclkId = DynPclkId::Sercom2

Source§

impl PclkId for Sercom3

Source§

const DYN: DynPclkId = DynPclkId::Sercom3

Source§

impl PclkId for Sercom4

Source§

const DYN: DynPclkId = DynPclkId::Sercom4

Source§

impl PclkId for Sercom5

Source§

const DYN: DynPclkId = DynPclkId::Sercom5