Enum stm32wlxx_hal::pac::lptim1::or::OR_1_A
pub enum OR_1_A {
Io = 0,
Comp2Out = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Option register bit 1
Value on reset: 0
Variants§
Io = 0
0: LPTIM1 input 2 is connected to I/O
Comp2Out = 1
1: LPTIM1 input 2 is connected to COMP2_OUT
Trait Implementations§
impl Copy for OR_1_A
impl StructuralPartialEq for OR_1_A
Auto Trait Implementations§
impl RefUnwindSafe for OR_1_A
impl Send for OR_1_A
impl Sync for OR_1_A
impl Unpin for OR_1_A
impl UnwindSafe for OR_1_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