Trait microbit::hal::lpcomp::LpCompRefPin[][src]

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

Trait to represent analog ref pins.

Required methods

fn aref(&self) -> EXTREFSEL_A[src]

Implementors