Enum stm32_metapac::comp::vals::Blanking
#[repr(u8)]pub enum Blanking {
Show 32 variants
NOBLANKING = 0,
TIM1OC4 = 1,
TIM1OC5 = 2,
_RESERVED_3 = 3,
TIM2OC3 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
TIM3OC3 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
TIM15OC2 = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}
Variants§
NOBLANKING = 0
No blanking.
TIM1OC4 = 1
TIM1 OC4 enabled as blanking source
TIM1OC5 = 2
TIM1 OC5 enabled as blanking source
_RESERVED_3 = 3
TIM2OC3 = 4
TIM5 OC3 enabled as blanking source
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
TIM3OC3 = 8
TIM3 OC3 enabled as blanking source
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
TIM15OC2 = 16
TIM15 OC2 enabled as blanking source
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
§impl Ord for Blanking
impl Ord for Blanking
§impl PartialOrd for Blanking
impl PartialOrd for Blanking
impl Copy for Blanking
impl Eq for Blanking
impl StructuralPartialEq for Blanking
Auto Trait Implementations§
impl Freeze for Blanking
impl RefUnwindSafe for Blanking
impl Send for Blanking
impl Sync for Blanking
impl Unpin for Blanking
impl UnwindSafe for Blanking
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)