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

Field CSHOLD writer - Chip Select Hold

Implementations§

source§

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

source

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

Disable CS being asserted after the end of transmission

source

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

CS is asserted for 1 baud-times after the end of transmission

source

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

CS is asserted for 2 baud-times after the end of transmission

source

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

CS is asserted for 3 baud-times after the end of transmission

source

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

CS is asserted for 7 baud-times after the end of transmission

source

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

CS is asserted after the end of transmission for TCMPVAL0 baud-times

source

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

CS is asserted after the end of transmission for TCMPVAL1 baud-times

source

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

CS is asserted after the end of transmission for TCMPVAL2 baud-times