Enum stm32wlxx_hal::pac::comp::comp1_csr::BLANKING_A
#[repr(u8)]pub enum BLANKING_A {
NoBlanking = 0,
Tim1oc5 = 1,
Tim2oc3 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Comparator 1 blanking source selection bits
Value on reset: 0
Variants§
NoBlanking = 0
0: No blanking
Tim1oc5 = 1
1: TIM1 OC5 selected as blanking source
Tim2oc3 = 2
2: TIM2 OC3 selected as blanking source
Trait Implementations§
§impl Clone for BLANKING_A
impl Clone for BLANKING_A
§fn clone(&self) -> BLANKING_A
fn clone(&self) -> BLANKING_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for BLANKING_A
impl Debug for BLANKING_A
§impl PartialEq for BLANKING_A
impl PartialEq for BLANKING_A
§fn eq(&self, other: &BLANKING_A) -> bool
fn eq(&self, other: &BLANKING_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BLANKING_A
impl StructuralPartialEq for BLANKING_A
Auto Trait Implementations§
impl RefUnwindSafe for BLANKING_A
impl Send for BLANKING_A
impl Sync for BLANKING_A
impl Unpin for BLANKING_A
impl UnwindSafe for BLANKING_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