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