Trait alt_stm32f30x_hal::gpio::PullType[][src]

pub trait PullType {
    fn pull_type(&self) -> U2;
}

Pull (pin resistor state)

Required Methods

pull

Implementors