pub type WIDTH_W<'a, const O: u8> = FieldWriter<'a, u32, TFTCTRL_SPEC, u8, WIDTH_A, 2, O>;
Expand description

Field WIDTH writer - TFT Transaction Width

Implementations§

source§

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

source

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

TFT Data is 8 bit wide.

source

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

TFT Data is 16 bit wide.