Type Alias d1_pac::tcon_lcd0::lcd_cpu_tri3::TRI_INT_MODE_R

source ·
pub type TRI_INT_MODE_R = FieldReader<u8, TRI_INT_MODE_A>;
Expand description

Field tri_int_mode reader - 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_R { /* private fields */ }

Implementations§

source§

impl TRI_INT_MODE_R

source

pub fn variant(&self) -> TRI_INT_MODE_A

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE

source

pub fn is_c_ounter(&self) -> bool

Checks if the value of the field is C_OUNTER

source

pub fn is_te_rising(&self) -> bool

Checks if the value of the field is TE_RISING

source

pub fn is_te_falling(&self) -> bool

Checks if the value of the field is TE_FALLING