Struct ADC3_COMMON
pub struct ADC3_COMMON { /* private fields */ }
Expand description
Analog-to-Digital Converter
Implementations§
§impl ADC3_COMMON
impl ADC3_COMMON
pub const PTR: *const RegisterBlock = {0x58026300 as *const stm32h7xx_hal::stm32::adc3_common::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x58026300 as *const stm32h7xx_hal::stm32::adc3_common::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§
§impl Debug for ADC3_COMMON
impl Debug for ADC3_COMMON
§impl Deref for ADC3_COMMON
impl Deref for ADC3_COMMON
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<ADC3_COMMON as Deref>::Target
fn deref(&self) -> &<ADC3_COMMON as Deref>::Target
Dereferences the value.
impl Send for ADC3_COMMON
Auto Trait Implementations§
impl Freeze for ADC3_COMMON
impl RefUnwindSafe for ADC3_COMMON
impl !Sync for ADC3_COMMON
impl Unpin for ADC3_COMMON
impl UnwindSafe for ADC3_COMMON
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