pub type DWIDTH_W<'a, const O: u8> = FieldWriter<'a, CC_SPEC, 2, O, DWIDTHSELECT_A>;
Expand description

Field DWIDTH writer - Channel x Data Width

Aliased Type§

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

Implementations§

source§

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

source

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

The data size is set to 8 bits

source

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

The data size is set to 16 bits

source

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

The data size is set to 32 bits