pub struct W(/* private fields */);
Expand description
Register CR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn mode(
&mut self,
) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, u8, Unsafe, 2, 16>
pub fn mode( &mut self, ) -> FieldWriterRaw<'_, u32, CR_SPEC, u8, u8, Unsafe, 2, 16>
Bits 16:17 - DMA2D mode
Sourcepub fn ceie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 13>
pub fn ceie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 13>
Bit 13 - Configuration Error Interrupt Enable
Sourcepub fn ctcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 12>
pub fn ctcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 12>
Bit 12 - CLUT transfer complete interrupt enable
Sourcepub fn caeie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 11>
pub fn caeie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 11>
Bit 11 - CLUT access error interrupt enable
Sourcepub fn twie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 10>
pub fn twie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 10>
Bit 10 - Transfer watermark interrupt enable
Sourcepub fn tcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 9>
pub fn tcie(&mut self) -> BitWriterRaw<'_, u32, CR_SPEC, bool, BitM, 9>
Bit 9 - Transfer complete interrupt enable
Methods from Deref<Target = W<CR_SPEC>>§
Sourcepub 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.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more