CntmaxW

Type Alias CntmaxW 

pub type CntmaxW<'a, REG> = BitWriter<'a, REG, Cntmax>;
Expand description

Field CNTMAX writer - Maximum Loading Point Enable

Aliased Type§

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

Implementations§

§

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

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

The maximum loading point is disabled.

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

The maximum loading point is enabled.