pub struct W(/* private fields */);
Expand description
Register CR
writer
Implementations§
§impl W
impl W
pub fn start(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, START_A, BitM, 0>
pub fn start(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, START_A, BitM, 0>
Bit 0 - Start This bit can be used to launch the DMA2D according to the parameters loaded in the various configuration registers
pub fn susp(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, SUSP_A, BitM, 1>
pub fn susp(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, SUSP_A, BitM, 1>
Bit 1 - Suspend This bit can be used to suspend the current transfer. This bit is set and reset by software. It is automatically reset by hardware when the START bit is reset.
pub fn abort(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, ABORT_A, BitM, 2>
pub fn abort(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, ABORT_A, BitM, 2>
Bit 2 - Abort This bit can be used to abort the current transfer. This bit is set by software and is automatically reset by hardware when the START bit is reset.
pub fn teie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, TEIE_A, BitM, 8>
pub fn teie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, TEIE_A, BitM, 8>
Bit 8 - Transfer error interrupt enable This bit is set and cleared by software.
pub fn tcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, TCIE_A, BitM, 9>
pub fn tcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, TCIE_A, BitM, 9>
Bit 9 - Transfer complete interrupt enable This bit is set and cleared by software.
pub fn twie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, TWIE_A, BitM, 10>
pub fn twie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, TWIE_A, BitM, 10>
Bit 10 - Transfer watermark interrupt enable This bit is set and cleared by software.
pub fn caeie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, CAEIE_A, BitM, 11>
pub fn caeie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, CAEIE_A, BitM, 11>
Bit 11 - CLUT access error interrupt enable This bit is set and cleared by software.
pub fn ctcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, CTCIE_A, BitM, 12>
pub fn ctcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, CTCIE_A, BitM, 12>
Bit 12 - CLUT transfer complete interrupt enable This bit is set and cleared by software.
pub fn ceie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, CEIE_A, BitM, 13>
pub fn ceie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, CEIE_A, BitM, 13>
Bit 13 - Configuration Error Interrupt Enable This bit is set and cleared by software.
Methods from Deref<Target = W<CR_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.