Struct d1_pac::tcon_lcd0::lcd_gamma_table::R
source · pub struct R(/* private fields */);
Expand description
Register lcd_gamma_table%s
reader
Implementations§
source§impl R
impl R
sourcepub fn blue_comp(&self) -> BLUE_COMP_R
pub fn blue_comp(&self) -> BLUE_COMP_R
Bits 0:7 - Blue Component
sourcepub fn green_comp(&self) -> GREEN_COMP_R
pub fn green_comp(&self) -> GREEN_COMP_R
Bits 8:15 - Green Component
sourcepub fn red_comp(&self) -> RED_COMP_R
pub fn red_comp(&self) -> RED_COMP_R
Bits 16:23 - Red Component
Methods from Deref<Target = R<LCD_GAMMA_TABLE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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