Type Alias stm32_hal2::pac::sai1::ch::cr1::DMAEN_W

source ·
pub type DMAEN_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, DMAEN_A, BitM, O>;
Expand description

Field DMAEN writer - DMA enable. This bit is set and cleared by software. Note: Since the audio block defaults to operate as a transmitter after reset, the MODE[1:0] bits must be configured before setting DMAEN to avoid a DMA request in receiver mode.

Aliased Type§

struct DMAEN_W<'a, const O: u8> { /* private fields */ }