pub struct SYSCFG_COMP { /* private fields */ }
Expand description
System configuration controller
Implementations§
Source§impl SYSCFG_COMP
impl SYSCFG_COMP
Sourcepub fn ptr() -> *const RegisterBlock
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations§
Source§impl Deref for SYSCFG_COMP
impl Deref for SYSCFG_COMP
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for SYSCFG_COMP
Auto Trait Implementations§
impl Freeze for SYSCFG_COMP
impl RefUnwindSafe for SYSCFG_COMP
impl !Sync for SYSCFG_COMP
impl Unpin for SYSCFG_COMP
impl UnwindSafe for SYSCFG_COMP
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