Struct d1_pac::tcon_lcd0::lcd_3d_fifo::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_3d_fifo
writer
Implementations§
source§impl W
impl W
sourcepub fn half_line_size(&mut self) -> HALF_LINE_SIZE_W<'_, 4>
pub fn half_line_size(&mut self) -> HALF_LINE_SIZE_W<'_, 4>
Bits 4:13 - The number of data in half line=3D_FIFO_HALF_LINE_SIZE+1, only valid when 3D_FIFO_SETTING is set as 2.
Methods from Deref<Target = W<LCD_3D_FIFO_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