RstW

Type Alias RstW 

pub type RstW<'a, REG> = BitWriter<'a, REG, Rst>;
Expand description

Field RST writer - Software Reset

Aliased Type§

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

Implementations§

§

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

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

Master logic is not reset.

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

Master logic is reset.