Type Alias d1_pac::tcon_lcd0::lcd_cpu_if::AUTO_W

source ·
pub type AUTO_W<'a, const O: u8> = BitWriter<'a, u32, LCD_CPU_IF_SPEC, bool, O>;
Expand description

Field auto writer - Auto transfer mode

If it is 1, all the valid data during this frame are written to panel.

Note: This bit is sampled by Vsync.

Aliased Type§

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