Struct d1_pac::tcon_lcd0::lcd_cmap_odd::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_cmap_odd%s
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn out_odd<const O: u8>(&mut self) -> OUT_ODD_W<'_, O>
pub unsafe fn out_odd<const O: u8>(&mut self) -> OUT_ODD_W<'_, O>
OUT_ODD[2i + j]
Indicates the output order of components.
bit15-12: Reserved
bit11-08: Out_Odd[23:16]
bit07-04: Out_Odd0[15:8]
bit03-00: Out_Odd0[7:0]
sourcepub fn out_odd0(&mut self) -> OUT_ODD_W<'_, 0>
pub fn out_odd0(&mut self) -> OUT_ODD_W<'_, 0>
Bits 0:15 - OUT_ODD[2i + j]
Indicates the output order of components.
bit15-12: Reserved
bit11-08: Out_Odd[23:16]
bit07-04: Out_Odd0[15:8]
bit03-00: Out_Odd0[7:0]
Methods from Deref<Target = W<LCD_CMAP_ODD_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