pub struct W(/* private fields */);
Expand description
Register FGPFCCR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn alpha(
&mut self,
) -> FieldWriterRaw<'_, u32, FGPFCCR_SPEC, u8, u8, Unsafe, 8, 24>
pub fn alpha( &mut self, ) -> FieldWriterRaw<'_, u32, FGPFCCR_SPEC, u8, u8, Unsafe, 8, 24>
Bits 24:31 - Alpha value
Sourcepub fn am(
&mut self,
) -> FieldWriterRaw<'_, u32, FGPFCCR_SPEC, u8, u8, Unsafe, 2, 16>
pub fn am( &mut self, ) -> FieldWriterRaw<'_, u32, FGPFCCR_SPEC, u8, u8, Unsafe, 2, 16>
Bits 16:17 - Alpha mode
Sourcepub fn cs(
&mut self,
) -> FieldWriterRaw<'_, u32, FGPFCCR_SPEC, u8, u8, Unsafe, 8, 8>
pub fn cs( &mut self, ) -> FieldWriterRaw<'_, u32, FGPFCCR_SPEC, u8, u8, Unsafe, 8, 8>
Bits 8:15 - CLUT size
Sourcepub fn start(&mut self) -> BitWriterRaw<'_, u32, FGPFCCR_SPEC, bool, BitM, 5>
pub fn start(&mut self) -> BitWriterRaw<'_, u32, FGPFCCR_SPEC, bool, BitM, 5>
Bit 5 - Start
Sourcepub fn ccm(&mut self) -> BitWriterRaw<'_, u32, FGPFCCR_SPEC, bool, BitM, 4>
pub fn ccm(&mut self) -> BitWriterRaw<'_, u32, FGPFCCR_SPEC, bool, BitM, 4>
Bit 4 - CLUT color mode
Methods from Deref<Target = W<FGPFCCR_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