Type Alias CsmodeW

Source
pub type CsmodeW<'a, REG> = FieldWriter<'a, REG, 2, Csmodeselect>;
Expand description

Field CSMODE writer - Chip Select Mode

Aliased Type§

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

Implementations§

Source§

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

Source

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

The chip select is deasserted if TD has not been reloaded before the end of the current transfer.

Source

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

The chip select is deasserted when the bit LASTXFER is written at 1 and the character written in TD has been transferred.

Source

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

The chip select is deasserted systematically after each transfer.