#[repr(C)]pub struct GPIO_TypeDef {
pub GPIO_CFG: [u32; 32],
pub GPIO_IRQ: u32,
pub GPIO_IN: u32,
pub GPIO_OUT: u32,
pub GPIO_CFG_ALL: u32,
pub GPIO_CFG_BYTE: [u32; 4],
pub GPIO_CLR_BITS: u32,
pub GPIO_SET_BITS: u32,
}
Fields§
§GPIO_CFG: [u32; 32]
§GPIO_IRQ: u32
§GPIO_IN: u32
§GPIO_OUT: u32
§GPIO_CFG_ALL: u32
§GPIO_CFG_BYTE: [u32; 4]
§GPIO_CLR_BITS: u32
§GPIO_SET_BITS: u32
Trait Implementations§
Source§impl Clone for GPIO_TypeDef
impl Clone for GPIO_TypeDef
Source§fn clone(&self) -> GPIO_TypeDef
fn clone(&self) -> GPIO_TypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GPIO_TypeDef
impl Debug for GPIO_TypeDef
impl Copy for GPIO_TypeDef
Auto Trait Implementations§
impl Freeze for GPIO_TypeDef
impl RefUnwindSafe for GPIO_TypeDef
impl Send for GPIO_TypeDef
impl Sync for GPIO_TypeDef
impl Unpin for GPIO_TypeDef
impl UnwindSafe for GPIO_TypeDef
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