Enum 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 Copy for Dtae
impl Eq for Dtae
§impl Ord for Dtae
impl Ord for Dtae
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dtae
impl PartialOrd 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 UnsafeUnpin 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