pub enum COMPSA_A {
COMPSA_0 = 0,
COMPSA_1 = 1,
}Expand description
Comparator output control
Value on reset: 0
Variants§
COMPSA_0 = 0
0: Comparator output is used directly.
COMPSA_1 = 1
1: Comparator output is synchronized to the bus clock for output to other modules.
Trait Implementations§
impl Copy for COMPSA_A
impl StructuralPartialEq for COMPSA_A
Auto Trait Implementations§
impl Freeze for COMPSA_A
impl RefUnwindSafe for COMPSA_A
impl Send for COMPSA_A
impl Sync for COMPSA_A
impl Unpin for COMPSA_A
impl UnwindSafe for COMPSA_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