Struct d1_pac::tcon_lcd0::lcd_cpu_tri5::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_cpu_tri5
writer
Implementations§
source§impl W
impl W
sourcepub fn d23_to_d0_non_first_valid(
&mut self,
) -> D23_TO_D0_NON_FIRST_VALID_W<'_, 0>
pub fn d23_to_d0_non_first_valid( &mut self, ) -> D23_TO_D0_NON_FIRST_VALID_W<'_, 0>
Bits 0:23 - Valid in Block except first.
sourcepub fn a1_non_first_valid(&mut self) -> A1_NON_FIRST_VALID_W<'_, 24>
pub fn a1_non_first_valid(&mut self) -> A1_NON_FIRST_VALID_W<'_, 24>
Bit 24 - Valid in Block except first.
Methods from Deref<Target = W<LCD_CPU_TRI5_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