IdlecfgR

Type Alias IdlecfgR 

pub type IdlecfgR = FieldReader<Idlecfg>;
Expand description

Field IDLECFG reader - Idle Configuration

Aliased Type§

pub struct IdlecfgR { /* private fields */ }

Implementations§

§

impl IdlecfgR

pub const fn variant(&self) -> Idlecfg

Get enumerated values variant

pub fn is_000(&self) -> bool

1 idle character

pub fn is_001(&self) -> bool

2 idle characters

pub fn is_010(&self) -> bool

4 idle characters

pub fn is_011(&self) -> bool

8 idle characters

pub fn is_100(&self) -> bool

16 idle characters

pub fn is_101(&self) -> bool

32 idle characters

pub fn is_110(&self) -> bool

64 idle characters

pub fn is_111(&self) -> bool

128 idle characters