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