pub struct R(/* private fields */);
Expand description
Register ROUTE
reader
Implementations§
Source§impl R
impl R
Sourcepub fn cdti0pen(&self) -> CDTI0PEN_R
pub fn cdti0pen(&self) -> CDTI0PEN_R
Bit 8 - CC Channel 0 Complementary Dead-Time Insertion Pin Enable
Sourcepub fn cdti1pen(&self) -> CDTI1PEN_R
pub fn cdti1pen(&self) -> CDTI1PEN_R
Bit 9 - CC Channel 1 Complementary Dead-Time Insertion Pin Enable
Sourcepub fn cdti2pen(&self) -> CDTI2PEN_R
pub fn cdti2pen(&self) -> CDTI2PEN_R
Bit 10 - CC Channel 2 Complementary Dead-Time Insertion Pin Enable
Sourcepub fn location(&self) -> LOCATION_R
pub fn location(&self) -> LOCATION_R
Bits 16:17 - I/O Location
Methods from Deref<Target = R<ROUTE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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