pub type CsmodeR = FieldReader<Csmodeselect>;
Expand description
Field CSMODE
reader - Chip Select Mode
Aliased Type§
struct CsmodeR { /* private fields */ }
Implementations§
Source§impl CsmodeR
impl CsmodeR
Sourcepub const fn variant(&self) -> Option<Csmodeselect>
pub const fn variant(&self) -> Option<Csmodeselect>
Get enumerated values variant
Sourcepub fn is_noreload(&self) -> bool
pub fn is_noreload(&self) -> bool
The chip select is deasserted if TD has not been reloaded before the end of the current transfer.
Sourcepub fn is_lastxfer(&self) -> bool
pub fn is_lastxfer(&self) -> bool
The chip select is deasserted when the bit LASTXFER is written at 1 and the character written in TD has been transferred.
Sourcepub fn is_systematically(&self) -> bool
pub fn is_systematically(&self) -> bool
The chip select is deasserted systematically after each transfer.