pub struct SYSCFG_VREFBUF { /* private fields */ }
Expand description
System configuration controller
Implementations§
Source§impl SYSCFG_VREFBUF
impl SYSCFG_VREFBUF
Sourcepub const PTR: *const RegisterBlock = {0x40010000 as *const stm32g0::stm32g081::syscfg_vrefbuf::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40010000 as *const stm32g0::stm32g081::syscfg_vrefbuf::RegisterBlock}
Pointer to the register block
Sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Source§impl Debug for SYSCFG_VREFBUF
impl Debug for SYSCFG_VREFBUF
Source§impl Deref for SYSCFG_VREFBUF
impl Deref for SYSCFG_VREFBUF
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for SYSCFG_VREFBUF
Auto Trait Implementations§
impl Freeze for SYSCFG_VREFBUF
impl RefUnwindSafe for SYSCFG_VREFBUF
impl !Sync for SYSCFG_VREFBUF
impl Unpin for SYSCFG_VREFBUF
impl UnwindSafe for SYSCFG_VREFBUF
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