pub type INPUTRANGE_W<'a, const O: u8> = FieldWriter<'a, u32, CTRL_SPEC, u8, INPUTRANGE_A, 2, O>;
Expand description

Field INPUTRANGE writer - Input Range

Implementations§

source§

impl<'a, const O: u8> INPUTRANGE_W<'a, O>

source

pub fn full(self) -> &'a mut W

Setting when the input can be from 0 to ACMPVDD.

source

pub fn gtvdddiv2(self) -> &'a mut W

Setting when the input will always be greater than ACMPVDD/2.

source

pub fn ltvdddiv2(self) -> &'a mut W

Setting when the input will always be less than ACMPVDD/2.