Enum stm32wlxx_hal::pac::lptim3::or::OR__A
#[repr(u8)]pub enum OR__A {
Io = 0,
Comp1Out = 1,
Comp2Out = 2,
OrComp1Comp2 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Option register bit 1
Value on reset: 0
Variants§
Io = 0
0: Input 1 is connected to I/O
Comp1Out = 1
1: Input 1 is connected to COMP1_OUT
Comp2Out = 2
2: Input 1 is connected to COMP2_OUT
OrComp1Comp2 = 3
3: Input 1 is connected to COMP1_OUT OR COMP2_OUT
Trait Implementations§
impl Copy for OR__A
impl StructuralPartialEq for OR__A
Auto Trait Implementations§
impl RefUnwindSafe for OR__A
impl Send for OR__A
impl Sync for OR__A
impl Unpin for OR__A
impl UnwindSafe for OR__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