Type Alias MsbselW

Source
pub type MsbselW<'a, REG> = BitWriter<'a, REG, Msbselselect>;
Expand description

Field MSBSEL writer - Multi/Single Block Selection

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> MsbselW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

Single Block

Source

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

Multiple Block