pub struct Io { /* private fields */ }
Implementations§
Source§impl Io
impl Io
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn gpio(self, n: usize) -> Gpio
pub const fn irqsummary_proc0_secure(self, n: usize) -> Reg<u32, RW>
pub const fn irqsummary_proc0_nonsecure(self, n: usize) -> Reg<u32, RW>
pub const fn irqsummary_proc1_secure(self, n: usize) -> Reg<u32, RW>
pub const fn irqsummary_proc1_nonsecure(self, n: usize) -> Reg<u32, RW>
pub const fn irqsummary_dormant_wake_secure(self, n: usize) -> Reg<u32, RW>
pub const fn irqsummary_dormant_wake_nonsecure(self, n: usize) -> Reg<u32, RW>
pub const fn int_proc(self, n: usize) -> Int
pub const fn int_dormant_wake(self) -> Int
Trait Implementations§
impl Copy for Io
impl Eq for Io
impl Send for Io
impl StructuralPartialEq for Io
impl Sync for Io
Auto Trait Implementations§
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