Trait rp2040_hal::pwm::ChannelId

source ·
pub trait ChannelId: Sealed {
    const DYN: DynChannelId;
}
Expand description

Used to pin traits to a specific channel (A or B)

Required Associated Constants§

source

const DYN: DynChannelId

Corresponding DynChannelId

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ChannelId for A

source§

const DYN: DynChannelId = DynChannelId::A

source§

impl ChannelId for B

source§

const DYN: DynChannelId = DynChannelId::B