Type Alias atsame54n::qspi::ctrlb::CSMODE_R

source ·
pub type CSMODE_R = FieldReader<CSMODESELECT_A>;
Expand description

Field CSMODE reader - Chip Select Mode

Aliased Type§

struct CSMODE_R { /* private fields */ }

Implementations§

source§

impl CSMODE_R

source

pub const fn variant(&self) -> Option<CSMODESELECT_A>

Get enumerated values variant

source

pub fn is_noreload(&self) -> bool

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

source

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.

source

pub fn is_systematically(&self) -> bool

The chip select is deasserted systematically after each transfer.