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

type W = W<u32, CR>;

Writer for register CR

Methods

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