[−][src]Struct stm32l4x6::dac::RegisterBlock
Register block
Fields
cr: CR
0x00 - control register
swtrigr: SWTRIGR
0x04 - software trigger register
dhr12r1: DHR12R1
0x08 - channel1 12-bit right-aligned data holding register
dhr12l1: DHR12L1
0x0c - channel1 12-bit left-aligned data holding register
dhr8r1: DHR8R1
0x10 - channel1 8-bit right-aligned data holding register
dhr12r2: DHR12R2
0x14 - channel2 12-bit right aligned data holding register
dhr12l2: DHR12L2
0x18 - channel2 12-bit left aligned data holding register
dhr8r2: DHR8R2
0x1c - channel2 8-bit right-aligned data holding register
dhr12rd: DHR12RD
0x20 - Dual DAC 12-bit right-aligned data holding register
dhr12ld: DHR12LD
0x24 - DUAL DAC 12-bit left aligned data holding register
dhr8rd: DHR8RD
0x28 - DUAL DAC 8-bit right aligned data holding register
dor1: DOR1
0x2c - channel1 data output register
dor2: DOR2
0x30 - channel2 data output register
sr: SR
0x34 - status register
ccr: CCR
0x38 - calibration control register
mcr: MCR
0x3c - mode control register
shsr1: SHSR1
0x40 - Sample and Hold sample time register 1
shsr2: SHSR2
0x44 - Sample and Hold sample time register 2
shhr: SHHR
0x48 - Sample and Hold hold time register
shrr: SHRR
0x4c - Sample and Hold refresh time register
Auto Trait Implementations
impl Send for RegisterBlock
impl Send for RegisterBlockimpl !Sync for RegisterBlock
impl !Sync for RegisterBlockBlanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more