CntmaxR

Type Alias CntmaxR 

pub type CntmaxR = BitReader<Cntmax>;
Expand description

Field CNTMAX reader - Maximum Loading Point Enable

Aliased Type§

pub struct CntmaxR { /* private fields */ }

Implementations§

§

impl CntmaxR

pub const fn variant(&self) -> Cntmax

Get enumerated values variant

pub fn is_0(&self) -> bool

The maximum loading point is disabled.

pub fn is_1(&self) -> bool

The maximum loading point is enabled.