Trait drone_stm32f1::reg::gpio::BsrrBits [] [src]

pub trait BsrrBits<T, U>: RawBits<Bsrr<T>, U> {
    fn output(&mut self, pin: BsrrPin, enable: bool) -> &mut Self { ... }
}

Port bit set/reset register bits.

Provided Methods

Sets pin output.

Implementors