pub enum Ch1 {}Expand description
Channel 1 marker type.
Trait Implementations§
impl Channel for Ch1
Source§impl DacPin<DAC1, Ch1> for PA4
Available on afio only.
impl DacPin<DAC1, Ch1> for PA4
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
DacPin.Auto Trait Implementations§
impl Freeze for Ch1
impl RefUnwindSafe for Ch1
impl Send for Ch1
impl Sync for Ch1
impl Unpin for Ch1
impl UnsafeUnpin for Ch1
impl UnwindSafe for Ch1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more