Enum stm32wlxx_hal::pac::comp::comp2_csr::INPSEL_A
#[repr(u8)]pub enum INPSEL_A {
Pb4 = 0,
Pb1 = 1,
Pa15 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Comparator 1 input plus selection bit
Value on reset: 0
Variants§
Pb4 = 0
0: PB4 connected to input plus
Pb1 = 1
1: PB1 connected to input plus
Pa15 = 2
2: PA15 connected to input plus
Trait Implementations§
impl Copy for INPSEL_A
impl StructuralPartialEq for INPSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for INPSEL_A
impl Send for INPSEL_A
impl Sync for INPSEL_A
impl Unpin for INPSEL_A
impl UnwindSafe for INPSEL_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