Trait nrf52810_hal::comp::CompRefPin

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

Trait to represent analog ref pins.

Required Methods§

source

fn aref(&self) -> EXTREFSEL_A

Implementors§