[][src]Trait stm32l1xx_hal::dac::DacExt

pub trait DacExt {
    fn dac<PINS>(self, pins: PINS, rcc: &mut Rcc) -> PINS::Output
    where
        PINS: Pins<DAC>
; }

Required methods

fn dac<PINS>(self, pins: PINS, rcc: &mut Rcc) -> PINS::Output where
    PINS: Pins<DAC>, 

Loading content...

Implementors

impl DacExt for DAC[src]

Loading content...