pub enum DTEN2_A {
_0,
_1,
}
Expand description
Deadtime Enable For n = 4
Value on reset: 0
Variants
_0
0: The deadtime insertion in this pair of channels is disabled.
_1
1: The deadtime insertion in this pair of channels is enabled.
Trait Implementations
impl Copy for DTEN2_A
impl StructuralPartialEq for DTEN2_A
Auto Trait Implementations
impl RefUnwindSafe for DTEN2_A
impl Send for DTEN2_A
impl Sync for DTEN2_A
impl Unpin for DTEN2_A
impl UnwindSafe for DTEN2_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more