#[repr(C)]pub struct SYSCFG_TypeDef {
pub CFGR1: u32,
pub RESERVED1: [u32; 5],
pub CFGR2: u32,
pub CFGR3: u32,
}Expand description
@brief System configuration controller
Fields§
§CFGR1: u32< SYSCFG configuration register 1, Address offset: 0x00
RESERVED1: [u32; 5]< Reserved, 0x04 –0x14
CFGR2: u32< SYSCFG configuration register 2, Address offset: 0x18
CFGR3: u32< SYSCFG configuration register 3, Address offset: 0x1C
Trait Implementations§
Source§impl Clone for SYSCFG_TypeDef
impl Clone for SYSCFG_TypeDef
Source§fn clone(&self) -> SYSCFG_TypeDef
fn clone(&self) -> SYSCFG_TypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SYSCFG_TypeDef
Auto Trait Implementations§
impl Freeze for SYSCFG_TypeDef
impl RefUnwindSafe for SYSCFG_TypeDef
impl Send for SYSCFG_TypeDef
impl Sync for SYSCFG_TypeDef
impl Unpin for SYSCFG_TypeDef
impl UnsafeUnpin for SYSCFG_TypeDef
impl UnwindSafe for SYSCFG_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