#[repr(u8)]pub enum LPCOMP_A {
IGN0LSB = 0,
IGN1LSB = 1,
IGN2LSB = 2,
IGN3LSB = 3,
IGN4LSB = 4,
IGN5LSB = 5,
IGN6LSB = 6,
IGN7LSB = 7,
}
Expand description
Low power mode compare configuration
Value on reset: 0
Variants§
IGN0LSB = 0
0: Do not ignore any bits for compare match evaluation.
IGN1LSB = 1
1: The LSB of the counter is ignored for compare match evaluation.
IGN2LSB = 2
2: The two LSBs of the counter are ignored for compare match evaluation.
IGN3LSB = 3
3: The three LSBs of the counter are ignored for compare match evaluation.
IGN4LSB = 4
4: The four LSBs of the counter are ignored for compare match evaluation.
IGN5LSB = 5
5: The five LSBs of the counter are ignored for compare match evaluation.
IGN6LSB = 6
6: The six LSBs of the counter are ignored for compare match evaluation.
IGN7LSB = 7
7: The seven LSBs of the counter are ignored for compare match evaluation.
Trait Implementations§
impl Copy for LPCOMP_A
impl StructuralPartialEq for LPCOMP_A
Auto Trait Implementations§
impl Freeze for LPCOMP_A
impl RefUnwindSafe for LPCOMP_A
impl Send for LPCOMP_A
impl Sync for LPCOMP_A
impl Unpin for LPCOMP_A
impl UnwindSafe for LPCOMP_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more