Struct d1_pac::tcon_lcd0::lcd_cmap_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_cmap_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn out_format(&mut self) -> OUT_FORMAT_W<'_, 0>
pub fn out_format(&mut self) -> OUT_FORMAT_W<'_, 0>
Bit 0 - Set the pixel output format in color map function.
sourcepub fn color_map_en(&mut self) -> COLOR_MAP_EN_W<'_, 31>
pub fn color_map_en(&mut self) -> COLOR_MAP_EN_W<'_, 31>
Bit 31 - Enable the color map function. This module only works when X is divided by 4.
Methods from Deref<Target = W<LCD_CMAP_CTL_SPEC>>§
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