pub struct R(/* private fields */);Expand description
Register PAD_%s_CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn func_sel(&self) -> FUNC_SEL_R
pub fn func_sel(&self) -> FUNC_SEL_R
Bits 0:1 - Functional selection for IO output. Refer to IO Mux
Sourcepub fn ctrl_sel(&self) -> CTRL_SEL_R
pub fn ctrl_sel(&self) -> CTRL_SEL_R
Bits 3:4 - Control selection for IO Output. 0x0 = A0 registers, 0x1 = Others, 0x2 = Fabric
Methods from Deref<Target = R<PAD__CTRL_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