pub trait LpCompRefPin {
    // Required method
    fn aref(&self) -> EXTREFSEL_A;
}
Expand description

Trait to represent analog ref pins.

Required Methods§

source

fn aref(&self) -> EXTREFSEL_A

Implementors§