Enum stm32wlxx_hal::pac::comp::comp2_csr::INMESEL_A
#[repr(u8)]pub enum INMESEL_A {
Pb2 = 0,
Pa10 = 1,
Pa11 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
comparator 2 input minus extended selection bits.
Value on reset: 0
Variants§
Pb2 = 0
0: PB2 connected to input minus
Pa10 = 1
1: PA10 connected to input minus
Pa11 = 2
2: PA11 connected to input minus
Trait Implementations§
impl Copy for INMESEL_A
impl StructuralPartialEq for INMESEL_A
Auto Trait Implementations§
impl RefUnwindSafe for INMESEL_A
impl Send for INMESEL_A
impl Sync for INMESEL_A
impl Unpin for INMESEL_A
impl UnwindSafe for INMESEL_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