Type Alias BmaxW

Source
pub type BmaxW<'a, REG> = FieldWriter<'a, REG, 2, Bmaxselect, Safe>;
Expand description

Field BMAX writer - AHB Maximum Burst

Aliased Type§

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

Implementations§

Source§

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

Source

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

0

Source

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

1

Source

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

10

Source

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

11