Enum stm32_metapac::timer::vals::Dtae
#[repr(u8)]pub enum Dtae {
IDENTICAL = 0,
DISTINCT = 1,
}
Variants§
IDENTICAL = 0
Deadtime on rising and falling edges are identical, and defined with DTG[7:0] register
DISTINCT = 1
Deadtime on rising edge is defined with DTG[7:0] register and deadtime on falling edge is defined with DTGF[7:0] bits.
Implementations§
Trait Implementations§
§impl Ord for Dtae
impl Ord for Dtae
§impl PartialOrd for Dtae
impl PartialOrd for Dtae
impl Copy for Dtae
impl Eq for Dtae
impl StructuralPartialEq for Dtae
Auto Trait Implementations§
impl Freeze for Dtae
impl RefUnwindSafe for Dtae
impl Send for Dtae
impl Sync for Dtae
impl Unpin for Dtae
impl UnwindSafe for Dtae
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
)