Enum Dten0
pub enum Dten0 {
_0 = 0,
_1 = 1,
}Expand description
Deadtime Enable For n = 0
Value on reset: 0
Variants§
_0 = 0
0: The deadtime insertion in this pair of channels is disabled.
_1 = 1
1: The deadtime insertion in this pair of channels is enabled.
Trait Implementations§
impl Copy for Dten0
impl Eq for Dten0
impl StructuralPartialEq for Dten0
Auto Trait Implementations§
impl Freeze for Dten0
impl RefUnwindSafe for Dten0
impl Send for Dten0
impl Sync for Dten0
impl Unpin for Dten0
impl UnwindSafe for Dten0
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