pub struct GPIOA;Trait Implementations§
Source§impl PeripheralAccess for GPIOA
impl PeripheralAccess for GPIOA
const BASE_ADDRESS: u32 = 1_073_872_896u32
type RegisterBlock = RegisterBlock
fn ptr() -> *const Self::RegisterBlock
fn ptr_mut() -> *mut Self::RegisterBlock
Auto Trait Implementations§
impl Freeze for GPIOA
impl RefUnwindSafe for GPIOA
impl Send for GPIOA
impl Sync for GPIOA
impl Unpin for GPIOA
impl UnwindSafe for GPIOA
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