pub type SIZE_W<'a, const O: u8> = FieldWriter<'a, u32, CH9_CTRL_SPEC, u8, SIZE_A, 2, O>;
Expand description

Field SIZE writer - Unit Data Transfer Size

Implementations§

source§

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

source

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

Each unit transfer is a byte

source

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

Each unit transfer is a half-word

source

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

Each unit transfer is a word