pub struct W(/* private fields */);
Expand description
Register ROUTE
writer
Implementations§
Source§impl 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:17 - I/O Location
Methods from Deref<Target = W<ROUTE_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