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