Struct d1_pac::tcon_lcd0::lcd_cpu_tri3::W
source · pub struct W(/* private fields */);
Expand description
Register lcd_cpu_tri3
writer
Implementations§
source§impl W
impl W
sourcepub fn counter_m(&mut self) -> COUNTER_M_W<'_, 0>
pub fn counter_m(&mut self) -> COUNTER_M_W<'_, 0>
Bits 0:7 - The value of counter factor
sourcepub fn counter_n(&mut self) -> COUNTER_N_W<'_, 8>
pub fn counter_n(&mut self) -> COUNTER_N_W<'_, 8>
Bits 8:23 - The value of counter factor
sourcepub fn tri_int_mode(&mut self) -> TRI_INT_MODE_W<'_, 28>
pub fn tri_int_mode(&mut self) -> TRI_INT_MODE_W<'_, 28>
Bits 28:29 - When set as 01, the Tri_Counter_Int occurs in cycle of (Count_N+1) * (Count_M+1) * 4 dclk.
When set as 10 or 11, the io0 is map as TE input.
Methods from Deref<Target = W<LCD_CPU_TRI3_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