Enum Dten3
pub enum Dten3 {
_0 = 0,
_1 = 1,
}Expand description
Deadtime Enable For n = 6
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 Dten3
impl Eq for Dten3
impl StructuralPartialEq for Dten3
Auto Trait Implementations§
impl Freeze for Dten3
impl RefUnwindSafe for Dten3
impl Send for Dten3
impl Sync for Dten3
impl Unpin for Dten3
impl UnwindSafe for Dten3
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