pub type ICS_W<'a, const O: u8> = FieldWriterSafe<'a, u32, TIMING_SPEC, u8, ICS_A, 3, O>;
Expand description

Field ICS writer - Inter-character Spacing

Implementations§

source§

impl<'a, const O: u8> ICS_W<'a, O>

source

pub fn zero(self) -> &'a mut W

There is no space between charcters

source

pub fn one(self) -> &'a mut W

Create a space of 1 baud-times before start of transmission

source

pub fn two(self) -> &'a mut W

Create a space of 2 baud-times before start of transmission

source

pub fn three(self) -> &'a mut W

Create a space of 3 baud-times before start of transmission

source

pub fn seven(self) -> &'a mut W

Create a space of 7 baud-times before start of transmission

source

pub fn tcmp0(self) -> &'a mut W

Create a space of before the start of transmission for TCMPVAL0 baud-times

source

pub fn tcmp1(self) -> &'a mut W

Create a space of before the start of transmission for TCMPVAL1 baud-times

source

pub fn tcmp2(self) -> &'a mut W

Create a space of before the start of transmission for TCMPVAL2 baud-times