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