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

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

Pull (pin resistor state)

Required methods

fn pull_type(&self) -> U2

pull

Loading content...

Implementors

impl PullType for PullDown[src]

impl PullType for PullNone[src]

impl PullType for PullReserved[src]

impl PullType for PullUp[src]

Loading content...