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