atsamd_hal::clock::v2::ahb

Trait AhbId

Source
pub trait AhbId: Sealed {
    const DYN: DynAhbId;
}
Expand description

Type-level enum identifying one of the possible AHB clocks

The types implementing this trait are type-level variants of AhbId, and they identify one of the possible AHB clocks, which can vary by chip. Each type corresponds to a specific bit in the AHBMASK register.

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

Required Associated Constants§

Source

const DYN: DynAhbId

Corresponding DynAhbId

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 AhbId for Cmcc

Source§

const DYN: DynAhbId = DynAhbId::Cmcc

Source§

impl AhbId for Dmac

Source§

const DYN: DynAhbId = DynAhbId::Dmac

Source§

impl AhbId for Dsu

Source§

const DYN: DynAhbId = DynAhbId::Dsu

Source§

impl AhbId for Hpb0

Source§

const DYN: DynAhbId = DynAhbId::Hpb0

Source§

impl AhbId for Hpb1

Source§

const DYN: DynAhbId = DynAhbId::Hpb1

Source§

impl AhbId for Hpb2

Source§

const DYN: DynAhbId = DynAhbId::Hpb2

Source§

impl AhbId for Hpb3

Source§

const DYN: DynAhbId = DynAhbId::Hpb3

Source§

impl AhbId for Icm

Source§

const DYN: DynAhbId = DynAhbId::Icm

Source§

impl AhbId for NvmCtrl

Source§

const DYN: DynAhbId = DynAhbId::NvmCtrl

Source§

impl AhbId for NvmCtrlCache

Source§

const DYN: DynAhbId = DynAhbId::NvmCtrlCache

Source§

impl AhbId for NvmCtrlSmeeProm

Source§

const DYN: DynAhbId = DynAhbId::NvmCtrlSmeeProm

Source§

impl AhbId for Pac

Source§

const DYN: DynAhbId = DynAhbId::Pac

Source§

impl AhbId for Pukcc

Source§

const DYN: DynAhbId = DynAhbId::Pukcc

Source§

impl AhbId for Qspi2x

Source§

const DYN: DynAhbId = DynAhbId::Qspi2x

Source§

impl AhbId for Qspi

Source§

const DYN: DynAhbId = DynAhbId::Qspi

Source§

impl AhbId for Sdhc0

Source§

const DYN: DynAhbId = DynAhbId::Sdhc0

Source§

impl AhbId for Sdhc1

Source§

const DYN: DynAhbId = DynAhbId::Sdhc1

Source§

impl AhbId for Usb

Source§

const DYN: DynAhbId = DynAhbId::Usb