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
impl 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
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
)