Struct stm32_hal2::pac::ADC3_COMMON
source · [−]pub struct ADC3_COMMON { /* private fields */ }Expand description
Analog-to-Digital Converter
Implementations
sourceimpl ADC3_COMMON
impl ADC3_COMMON
sourcepub const PTR: *const RegisterBlock = {0x58026300 as *const stm32h7::stm32h735::adc12_common::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x58026300 as *const stm32h7::stm32h735::adc12_common::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
sourceimpl Debug for ADC3_COMMON
impl Debug for ADC3_COMMON
sourceimpl Deref for ADC3_COMMON
impl Deref for ADC3_COMMON
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
sourcefn 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 RefUnwindSafe for ADC3_COMMON
impl !Sync for ADC3_COMMON
impl Unpin for ADC3_COMMON
impl UnwindSafe for ADC3_COMMON
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more