FircregoffW

Type Alias FircregoffW 

pub type FircregoffW<'a, REG> = BitWriter<'a, REG, Fircregoff>;
Expand description

Field FIRCREGOFF writer - Fast IRC Regulator Enable

Aliased Type§

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

Implementations§

§

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

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

Fast IRC Regulator is enabled.

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

Fast IRC Regulator is disabled.