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>
impl<'a> LPCOMP_W<'a>
Sourcepub fn ign1lsb(self) -> &'a mut W
pub fn ign1lsb(self) -> &'a mut W
The LSB of the counter is ignored for compare match evaluation.
Sourcepub fn ign2lsb(self) -> &'a mut W
pub fn ign2lsb(self) -> &'a mut W
The two LSBs of the counter are ignored for compare match evaluation.
Sourcepub fn ign3lsb(self) -> &'a mut W
pub fn ign3lsb(self) -> &'a mut W
The three LSBs of the counter are ignored for compare match evaluation.
Sourcepub fn ign4lsb(self) -> &'a mut W
pub fn ign4lsb(self) -> &'a mut W
The four LSBs of the counter are ignored for compare match evaluation.
Sourcepub fn ign5lsb(self) -> &'a mut W
pub fn ign5lsb(self) -> &'a mut W
The five LSBs of the counter are ignored for compare match evaluation.