Struct stm32wlxx_hal::pac::SYSCFG
pub struct SYSCFG { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
System configuration controller
Implementations§
§impl SYSCFG
impl SYSCFG
pub const PTR: *const RegisterBlock = {0x40010000 as *const stm32wl::stm32wl5x_cm4::syscfg::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40010000 as *const stm32wl::stm32wl5x_cm4::syscfg::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SYSCFG
impl !Sync for SYSCFG
impl Unpin for SYSCFG
impl UnwindSafe for SYSCFG
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