pub struct GPIO_PORTM { /* private fields */ }Expand description
GPIO register offsets
Implementations§
Source§impl GPIO_PORTM
impl GPIO_PORTM
Sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for GPIO_PORTM
impl Deref for GPIO_PORTM
impl Send for GPIO_PORTM
Auto Trait Implementations§
impl Freeze for GPIO_PORTM
impl RefUnwindSafe for GPIO_PORTM
impl !Sync for GPIO_PORTM
impl Unpin for GPIO_PORTM
impl UnwindSafe for GPIO_PORTM
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