pub struct W(/* private fields */);
Expand description
Register ROUTEPEN
writer
Implementations§
Source§impl W
impl W
Sourcepub fn cdti0pen(&mut self) -> CDTI0PEN_W<'_, 8>
pub fn cdti0pen(&mut self) -> CDTI0PEN_W<'_, 8>
Bit 8 - CC Channel 0 Complementary Dead-Time Insertion Pin Enable
Sourcepub fn cdti1pen(&mut self) -> CDTI1PEN_W<'_, 9>
pub fn cdti1pen(&mut self) -> CDTI1PEN_W<'_, 9>
Bit 9 - CC Channel 1 Complementary Dead-Time Insertion Pin Enable
Sourcepub fn cdti2pen(&mut self) -> CDTI2PEN_W<'_, 10>
pub fn cdti2pen(&mut self) -> CDTI2PEN_W<'_, 10>
Bit 10 - CC Channel 2 Complementary Dead-Time Insertion Pin Enable
Methods from Deref<Target = W<ROUTEPEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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