Mbdsr0W

Type Alias Mbdsr0W 

pub type Mbdsr0W<'a, REG> = FieldWriter<'a, REG, 2, Mbdsr0, Safe>;
Expand description

Field MBDSR0 writer - Message Buffer Data Size for Region 0

Aliased Type§

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

Implementations§

§

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

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

Selects 8 bytes per Message Buffer.

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

Selects 16 bytes per Message Buffer.

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

Selects 32 bytes per Message Buffer.

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

Selects 64 bytes per Message Buffer.