Embassy
embassy-stm32

Crates

git

Versions

stm32f100ve

Flavors

Trait embassy_stm32::dac::DacPin

source ·
pub trait DacPin<T: Instance, const C: u8>: Pin + 'static { }
Expand description

Marks a pin that can be used with the DAC

Object Safety§

This trait is not object safe.

Implementors§

source§

impl DacPin<DAC, 1> for PA4

source§

impl DacPin<DAC, 2> for PA5