[][src]Type Definition stm32f4::stm32f469::dma2d::cr::W

type W = W<u32, CR>;

Writer for register CR

Implementations

impl W[src]

pub fn mode(&mut self) -> MODE_W<'_>[src]

Bits 16:17 - DMA2D mode

pub fn ceie(&mut self) -> CEIE_W<'_>[src]

Bit 13 - Configuration Error Interrupt Enable

pub fn ctcie(&mut self) -> CTCIE_W<'_>[src]

Bit 12 - CLUT transfer complete interrupt enable

pub fn caeie(&mut self) -> CAEIE_W<'_>[src]

Bit 11 - CLUT access error interrupt enable

pub fn twie(&mut self) -> TWIE_W<'_>[src]

Bit 10 - Transfer watermark interrupt enable

pub fn tcie(&mut self) -> TCIE_W<'_>[src]

Bit 9 - Transfer complete interrupt enable

pub fn teie(&mut self) -> TEIE_W<'_>[src]

Bit 8 - Transfer error interrupt enable

pub fn abort(&mut self) -> ABORT_W<'_>[src]

Bit 2 - Abort

pub fn susp(&mut self) -> SUSP_W<'_>[src]

Bit 1 - Suspend

pub fn start(&mut self) -> START_W<'_>[src]

Bit 0 - Start