Enum stm32_metapac::timer::vals::Ccds
#[repr(u8)]pub enum Ccds {
ONCOMPARE = 0,
ONUPDATE = 1,
}
Variants§
ONCOMPARE = 0
CCx DMA request sent when CCx event occurs
ONUPDATE = 1
CCx DMA request sent when update event occurs
Implementations§
Trait Implementations§
§impl Ord for Ccds
impl Ord for Ccds
§impl PartialOrd for Ccds
impl PartialOrd for Ccds
§fn partial_cmp(&self, other: &Ccds) -> Option<Ordering>
fn partial_cmp(&self, other: &Ccds) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ccds
impl Eq for Ccds
impl StructuralPartialEq for Ccds
Auto Trait Implementations§
impl Freeze for Ccds
impl RefUnwindSafe for Ccds
impl Send for Ccds
impl Sync for Ccds
impl Unpin for Ccds
impl UnwindSafe for Ccds
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