FrzW

Type Alias FrzW 

pub type FrzW<'a, REG> = BitWriter<'a, REG, Frz>;
Expand description

Field FRZ writer - Freeze Enable

Aliased Type§

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

Implementations§

§

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

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

Not enabled to enter Freeze mode.

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

Enabled to enter Freeze mode.