[−][src]Struct stm32l4x6::dac::cr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn en1(&self) -> EN1R
[src]
pub fn en1(&self) -> EN1R
Bit 0 - DAC channel1 enable
pub fn ten1(&self) -> TEN1R
[src]
pub fn ten1(&self) -> TEN1R
Bit 2 - DAC channel1 trigger enable
pub fn tsel1(&self) -> TSEL1R
[src]
pub fn tsel1(&self) -> TSEL1R
Bits 3:5 - DAC channel1 trigger selection
pub fn wave1(&self) -> WAVE1R
[src]
pub fn wave1(&self) -> WAVE1R
Bits 6:7 - DAC channel1 noise/triangle wave generation enable
pub fn mamp1(&self) -> MAMP1R
[src]
pub fn mamp1(&self) -> MAMP1R
Bits 8:11 - DAC channel1 mask/amplitude selector
pub fn dmaen1(&self) -> DMAEN1R
[src]
pub fn dmaen1(&self) -> DMAEN1R
Bit 12 - DAC channel1 DMA enable
pub fn dmaudrie1(&self) -> DMAUDRIE1R
[src]
pub fn dmaudrie1(&self) -> DMAUDRIE1R
Bit 13 - DAC channel1 DMA Underrun Interrupt enable
pub fn cen1(&self) -> CEN1R
[src]
pub fn cen1(&self) -> CEN1R
Bit 14 - DAC Channel 1 calibration enable
pub fn en2(&self) -> EN2R
[src]
pub fn en2(&self) -> EN2R
Bit 16 - DAC channel2 enable
pub fn ten2(&self) -> TEN2R
[src]
pub fn ten2(&self) -> TEN2R
Bit 18 - DAC channel2 trigger enable
pub fn tsel2(&self) -> TSEL2R
[src]
pub fn tsel2(&self) -> TSEL2R
Bits 19:21 - DAC channel2 trigger selection
pub fn wave2(&self) -> WAVE2R
[src]
pub fn wave2(&self) -> WAVE2R
Bits 22:23 - DAC channel2 noise/triangle wave generation enable
pub fn mamp2(&self) -> MAMP2R
[src]
pub fn mamp2(&self) -> MAMP2R
Bits 24:27 - DAC channel2 mask/amplitude selector
pub fn dmaen2(&self) -> DMAEN2R
[src]
pub fn dmaen2(&self) -> DMAEN2R
Bit 28 - DAC channel2 DMA enable
pub fn dmaudrie2(&self) -> DMAUDRIE2R
[src]
pub fn dmaudrie2(&self) -> DMAUDRIE2R
Bit 29 - DAC channel2 DMA underrun interrupt enable
pub fn cen2(&self) -> CEN2R
[src]
pub fn cen2(&self) -> CEN2R
Bit 30 - DAC Channel 2 calibration enable
Auto Trait Implementations
Blanket 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 T
impl<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 T
Mutably 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