pub struct GPIO_PORTF { /* private fields */ }
Expand description
GPIO register offsets
Implementations§
Source§impl GPIO_PORTF
impl GPIO_PORTF
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_PORTF
impl Deref for GPIO_PORTF
impl Send for GPIO_PORTF
Auto Trait Implementations§
impl Freeze for GPIO_PORTF
impl RefUnwindSafe for GPIO_PORTF
impl !Sync for GPIO_PORTF
impl Unpin for GPIO_PORTF
impl UnwindSafe for GPIO_PORTF
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