Type Alias d1_pac::tcon_lcd0::lcd_cpu_tri3::TRI_INT_MODE_W

source ·
pub type TRI_INT_MODE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, LCD_CPU_TRI3_SPEC, u8, TRI_INT_MODE_A, 2, O>;
Expand description

Field tri_int_mode writer - 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.

Aliased Type§

struct TRI_INT_MODE_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> TRI_INT_MODE_W<'a, O>

source

pub fn disable(self) -> &'a mut W

Disable

source

pub fn c_ounter(self) -> &'a mut W

Counter mode

source

pub fn te_rising(self) -> &'a mut W

TE rising mode

source

pub fn te_falling(self) -> &'a mut W

TE falling mode