Struct stm32f4::stm32f401::ADC_COMMON
source · [−]pub struct ADC_COMMON { /* private fields */ }
Expand description
ADC common registers
Implementations
sourceimpl ADC_COMMON
impl ADC_COMMON
sourcepub const PTR: *const RegisterBlock = {0x40012300 as *const stm32f401::adc_common::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40012300 as *const stm32f401::adc_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 ADC_COMMON
impl Debug for ADC_COMMON
sourceimpl Deref for ADC_COMMON
impl Deref for ADC_COMMON
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for ADC_COMMON
Auto Trait Implementations
impl RefUnwindSafe for ADC_COMMON
impl !Sync for ADC_COMMON
impl Unpin for ADC_COMMON
impl UnwindSafe for ADC_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