Struct stm32f103xx::ADC1
[−]
[src]
pub struct ADC1 { /* fields omitted */ }
Analog to digital converter
Methods
impl ADC1
[src]
pub fn ptr() -> *const RegisterBlock
[src]
Returns a pointer to the register block
Trait Implementations
impl Send for ADC1
[src]
impl Deref for ADC1
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock
[src]
Dereferences the value.