Enum stm32_metapac::timer::vals::Iblk
#[repr(u8)]pub enum Iblk {
ALWAYSACTIVE = 0,
CC3P = 1,
CC4P = 2,
_RESERVED_3 = 3,
}
Variants§
ALWAYSACTIVE = 0
Index always active
CC3P = 1
Index disabled when tim_ti3 input is active, as per CC3P bitfield
CC4P = 2
Index disabled when tim_ti4 input is active, as per CC4P bitfield
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Iblk
impl Ord for Iblk
§impl PartialOrd for Iblk
impl PartialOrd for Iblk
impl Copy for Iblk
impl Eq for Iblk
impl StructuralPartialEq for Iblk
Auto Trait Implementations§
impl Freeze for Iblk
impl RefUnwindSafe for Iblk
impl Send for Iblk
impl Sync for Iblk
impl Unpin for Iblk
impl UnwindSafe for Iblk
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
)