Struct d1_pac::tcon_lcd0::lcd_cpu_tri3::R
source · pub struct R(/* private fields */);
Expand description
Register lcd_cpu_tri3
reader
Implementations§
source§impl R
impl R
sourcepub fn counter_m(&self) -> COUNTER_M_R
pub fn counter_m(&self) -> COUNTER_M_R
Bits 0:7 - The value of counter factor
sourcepub fn counter_n(&self) -> COUNTER_N_R
pub fn counter_n(&self) -> COUNTER_N_R
Bits 8:23 - The value of counter factor
sourcepub fn tri_int_mode(&self) -> TRI_INT_MODE_R
pub fn tri_int_mode(&self) -> TRI_INT_MODE_R
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 = R<LCD_CPU_TRI3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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