Enum stm32wlxx_hal::pac::comp::comp2_csr::WINMODE_A
pub enum WINMODE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Windows mode selection bit
Value on reset: 0
Variants§
Disabled = 0
0: COMP2 input plus is not connected to COMP1
Enabled = 1
1: COMP2 input plus is connected to COMP1
Trait Implementations§
impl Copy for WINMODE_A
impl StructuralPartialEq for WINMODE_A
Auto Trait Implementations§
impl RefUnwindSafe for WINMODE_A
impl Send for WINMODE_A
impl Sync for WINMODE_A
impl Unpin for WINMODE_A
impl UnwindSafe for WINMODE_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