SrlW

Type Alias SrlW 

pub type SrlW<'a, REG> = BitWriter<'a, REG, Srl>;
Expand description

Field SRL writer - Status Register Lock

Aliased Type§

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

Implementations§

§

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

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

Status Register is locked and writes are ignored.

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

Status Register is not locked and writes complete as normal.