Struct stm32_eth::stm32::ADC_COMMON
source · pub struct ADC_COMMON { /* private fields */ }
Expand description
Common ADC registers
Implementations§
source§impl ADC_COMMON
impl ADC_COMMON
sourcepub const PTR: *const RegisterBlock = {0x40012300 as *const stm32f4xx_hal::pac::adc_common::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40012300 as *const stm32f4xx_hal::pac::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§
source§impl Debug for ADC_COMMON
impl Debug for ADC_COMMON
source§impl 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§
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