pub struct R(_);
Expand description

Register CR reader

Implementations

Bit 0 - DAC channel1 enable This bit is set and cleared by software to enable/disable DAC channel1.

Bit 1 - DAC channel1 trigger enable

Bit 2 - TSEL10

Bit 3 - TSEL11

Bit 4 - TSEL12

Bit 5 - TSEL13

Bits 6:7 - DAC channel1 noise/triangle wave generation enable These bits are set and cleared by software. Note: Only used if bit TEN1 = 1 (DAC channel1 trigger enabled).

Bits 8:11 - DAC channel1 mask/amplitude selector These bits are written by software to select mask in wave generation mode or amplitude in triangle generation mode. = 1011: Unmask bits[11:0] of LFSR/ triangle amplitude equal to 4095

Bit 12 - DAC channel1 DMA enable This bit is set and cleared by software.

Bit 13 - DAC channel1 DMA Underrun Interrupt enable This bit is set and cleared by software.

Bit 14 - DAC Channel 1 calibration enable This bit is set and cleared by software to enable/disable DAC channel 1 calibration, it can be written only if bit EN1=0 into DAC_CR (the calibration mode can be entered/exit only when the DAC channel is disabled) Otherwise, the write operation is ignored.

Bit 15 - HFSEL

Bit 16 - DAC channel2 enable This bit is set and cleared by software to enable/disable DAC channel2.

Bit 17 - DAC channel2 trigger enable

Bit 18 - TSEL20

Bit 19 - TSEL21

Bit 20 - TSEL22

Bit 21 - TSEL23

Bits 22:23 - DAC channel2 noise/triangle wave generation enable These bits are set/reset by software. 1x: Triangle wave generation enabled Note: Only used if bit TEN2 = 1 (DAC channel2 trigger enabled)

Bits 24:27 - DAC channel2 mask/amplitude selector These bits are written by software to select mask in wave generation mode or amplitude in triangle generation mode. = 1011: Unmask bits[11:0] of LFSR/ triangle amplitude equal to 4095

Bit 28 - DAC channel2 DMA enable This bit is set and cleared by software.

Bit 29 - DAC channel2 DMA underrun interrupt enable This bit is set and cleared by software.

Bit 30 - DAC Channel 2 calibration enable This bit is set and cleared by software to enable/disable DAC channel 2 calibration, it can be written only if bit EN2=0 into DAC_CR (the calibration mode can be entered/exit only when the DAC channel is disabled) Otherwise, the write operation is ignored.

Methods from Deref<Target = R<CR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.