Type Alias xmc4300::usic0_ch0::rbctr::SizeW

source ·
pub type SizeW<'a, REG> = FieldWriter<'a, REG, 3, Size>;
Expand description

Field SIZE writer - Buffer Size

Aliased Type§

struct SizeW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> SizeW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn value1(self) -> &'a mut W<REG>

The FIFO mechanism is disabled. The buffer does not accept any request for data.

source

pub fn value2(self) -> &'a mut W<REG>

The FIFO buffer contains 2 entries.

source

pub fn value3(self) -> &'a mut W<REG>

The FIFO buffer contains 4 entries.

source

pub fn value4(self) -> &'a mut W<REG>

The FIFO buffer contains 8 entries.

source

pub fn value5(self) -> &'a mut W<REG>

The FIFO buffer contains 16 entries.

source

pub fn value6(self) -> &'a mut W<REG>

The FIFO buffer contains 32 entries.

source

pub fn value7(self) -> &'a mut W<REG>

The FIFO buffer contains 64 entries.