Trait nrf52832_hal::comp::CompRefPin[][src]

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

Trait to represent analog ref pins.

Required methods

Implementors