[][src]Type Definition imxrt1062_lcdif::CUR_BUF

type CUR_BUF = Reg<u32, _CUR_BUF>;

LCD Interface Current Buffer Address Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cur_buf module

Trait Implementations

impl Readable for CUR_BUF[src]

read() method returns cur_buf::R reader structure

impl ResetValue for CUR_BUF[src]

Register CUR_BUF reset()'s with value 0

type Type = u32

Register size

impl Writable for CUR_BUF[src]

write(|w| ..) method takes cur_buf::W writer structure