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

Field CSSETUP writer - Chip Select Setup

Implementations§

source§

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

source

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

CS is not asserted before start of transmission

source

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

CS is asserted for 1 baud-times before start of transmission

source

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

CS is asserted for 2 baud-times before start of transmission

source

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

CS is asserted for 3 baud-times before start of transmission

source

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

CS is asserted for 7 baud-times before start of transmission

source

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

CS is asserted before the start of transmission for TCMPVAL0 baud-times

source

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

CS is asserted before the start of transmission for TCMPVAL1 baud-times

source

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

CS is asserted before the start of transmission for TCMPVAL2 baud-times