pub struct W(_);
Expand description
Register ROUTE
writer
Implementations
sourceimpl W
impl W
sourcepub fn cdti0pen(&mut self) -> CDTI0PEN_W<'_>
pub fn cdti0pen(&mut self) -> CDTI0PEN_W<'_>
Bit 8 - CC Channel 0 Complementary Dead-Time Insertion Pin Enable
sourcepub fn cdti1pen(&mut self) -> CDTI1PEN_W<'_>
pub fn cdti1pen(&mut self) -> CDTI1PEN_W<'_>
Bit 9 - CC Channel 1 Complementary Dead-Time Insertion Pin Enable
sourcepub fn cdti2pen(&mut self) -> CDTI2PEN_W<'_>
pub fn cdti2pen(&mut self) -> CDTI2PEN_W<'_>
Bit 10 - CC Channel 2 Complementary Dead-Time Insertion Pin Enable
sourcepub fn location(&mut self) -> LOCATION_W<'_>
pub fn location(&mut self) -> LOCATION_W<'_>
Bits 16:18 - I/O Location
Methods from Deref<Target = W<ROUTE_SPEC>>
Trait Implementations
sourceimpl From<W<ROUTE_SPEC>> for W
impl From<W<ROUTE_SPEC>> for W
sourcefn from(writer: W<ROUTE_SPEC>) -> Self
fn from(writer: W<ROUTE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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