pub trait OpenDrainMode {
    // Required method
    fn pup() -> bool;
}
Expand description

OpenDrain modes implement this

Required Methods§

source

fn pup() -> bool

Is pull-up enabled

Implementors§