[][src]Trait tm4c123x_hal::gpio::OpenDrainMode

pub trait OpenDrainMode {
    fn pup() -> bool;
}

OpenDrain modes implement this

Required methods

fn pup() -> bool

Is pull-up enabled

Loading content...

Implementors

impl OpenDrainMode for Floating[src]

fn pup() -> bool[src]

Pull-up is not enabled

impl OpenDrainMode for PullUp[src]

fn pup() -> bool[src]

Pull-up is enabled

Loading content...