Trait stm32f4xx_hal::dac::DacExt[][src]

pub trait DacExt {
    fn constrain<PINS>(self, pins: PINS) -> PINS::Output
    where
        PINS: Pins<DAC>
; }

Required methods

fn constrain<PINS>(self, pins: PINS) -> PINS::Output where
    PINS: Pins<DAC>, 
[src]

Loading content...

Implementors

impl DacExt for DAC[src]

Loading content...