atsamd_hal::clock::v2::gclk

Trait GclkSourceId

Source
pub trait GclkSourceId {
    const DYN: DynGclkSourceId;
}
Expand description

Type-level enum of possible clock Sources for a Gclk

The types implementing this trait are type-level variants of GclkSourceId, and they identify one of nine possible clock Sources for a given Gclk. All implementers of this trait are Id types, which are described in more detail in the clock module documentation.

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

Required Associated Constants§

Source

const DYN: DynGclkSourceId

Corresponding variant of DynGclkSourceId

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

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Dfll

Source§

impl GclkSourceId for Dpll0Id

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Dpll0

Source§

impl GclkSourceId for Dpll1Id

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Dpll1

Source§

impl GclkSourceId for OscUlp32kId

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::OscUlp32k

Source§

impl GclkSourceId for Xosc32kId

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Xosc32k

Source§

impl GclkSourceId for Xosc0Id

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Xosc0

Source§

impl GclkSourceId for Xosc1Id

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Xosc1

Source§

impl GclkSourceId for Gclk1Id

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::Gclk1

Source§

impl<I: GclkIo> GclkSourceId for I

Source§

const DYN: DynGclkSourceId = DynGclkSourceId::GclkIn