Type Alias LPCOMP_W

Source
pub type LPCOMP_W<'a> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, LPCOMP_A, 3, 5>;
Expand description

Field LPCOMP writer - Low power mode compare configuration

Aliased Type§

pub struct LPCOMP_W<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> LPCOMP_W<'a>

Source

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

Do not ignore any bits for compare match evaluation.

Source

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

The LSB of the counter is ignored for compare match evaluation.

Source

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

The two LSBs of the counter are ignored for compare match evaluation.

Source

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

The three LSBs of the counter are ignored for compare match evaluation.

Source

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

The four LSBs of the counter are ignored for compare match evaluation.

Source

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

The five LSBs of the counter are ignored for compare match evaluation.

Source

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

The six LSBs of the counter are ignored for compare match evaluation.

Source

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

The seven LSBs of the counter are ignored for compare match evaluation.