#[repr(u8)]pub enum COM1B_A {
DISCONNECTED = 0,
MATCH_TOGGLE = 1,
MATCH_CLEAR = 2,
MATCH_SET = 3,
}
Expand description
Comparator B Output Mode
Value on reset: 0
Variants§
DISCONNECTED = 0
0: Normal port operation, OCix disconnected
MATCH_TOGGLE = 1
1: Toggle OCix on Compare Match
MATCH_CLEAR = 2
2: Clear OCix on Compare Match
MATCH_SET = 3
3: Set OCix on Compare Match
Trait Implementations§
source§impl PartialEq for COM1B_A
impl PartialEq for COM1B_A
impl Copy for COM1B_A
impl Eq for COM1B_A
impl StructuralPartialEq for COM1B_A
Auto Trait Implementations§
impl Freeze for COM1B_A
impl RefUnwindSafe for COM1B_A
impl Send for COM1B_A
impl Sync for COM1B_A
impl Unpin for COM1B_A
impl UnwindSafe for COM1B_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