Struct d1_pac::tcon_lcd0::lcd_gamma_table::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_gamma_table%s
writer
Implementations§
source§impl W
impl W
sourcepub fn blue_comp(&mut self) -> BLUE_COMP_W<'_, 0>
pub fn blue_comp(&mut self) -> BLUE_COMP_W<'_, 0>
Bits 0:7 - Blue Component
sourcepub fn green_comp(&mut self) -> GREEN_COMP_W<'_, 8>
pub fn green_comp(&mut self) -> GREEN_COMP_W<'_, 8>
Bits 8:15 - Green Component
sourcepub fn red_comp(&mut self) -> RED_COMP_W<'_, 16>
pub fn red_comp(&mut self) -> RED_COMP_W<'_, 16>
Bits 16:23 - Red Component
Methods from Deref<Target = W<LCD_GAMMA_TABLE_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