IdlecfgW

Type Alias IdlecfgW 

pub type IdlecfgW<'a, REG> = FieldWriter<'a, REG, 3, Idlecfg, Safe>;
Expand description

Field IDLECFG writer - Idle Configuration

Aliased Type§

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

Implementations§

§

impl<'a, REG> IdlecfgW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

1 idle character

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

2 idle characters

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

4 idle characters

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

8 idle characters

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

16 idle characters

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

32 idle characters

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

64 idle characters

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

128 idle characters