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>
impl<'a, REG> CsmodeW<'a, REG>
Sourcepub fn noreload(self) -> &'a mut W<REG>
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.
Sourcepub fn lastxfer(self) -> &'a mut W<REG>
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.
Sourcepub fn systematically(self) -> &'a mut W<REG>
pub fn systematically(self) -> &'a mut W<REG>
The chip select is deasserted systematically after each transfer.