pub struct Iopctl { /* private fields */ }Expand description
LPC-Next0 IO pad controller
Implementations§
Source§impl Iopctl
impl Iopctl
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn fc15_i2c_scl(self) -> Reg<Fc15I2cScl, RW>
pub const fn fc15_i2c_scl(self) -> Reg<Fc15I2cScl, RW>
Special Registers (No GPIO Function)
Sourcepub const fn fc15_i2c_sda(self) -> Reg<Fc15I2cSda, RW>
pub const fn fc15_i2c_sda(self) -> Reg<Fc15I2cSda, RW>
Special Registers (No GPIO Function)
Trait Implementations§
impl Copy for Iopctl
impl Eq for Iopctl
impl Send for Iopctl
impl StructuralPartialEq for Iopctl
impl Sync for Iopctl
Auto Trait Implementations§
impl Freeze for Iopctl
impl RefUnwindSafe for Iopctl
impl Unpin for Iopctl
impl UnwindSafe for Iopctl
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