Type Alias atsame70n21b::qspi::mr::CSMODE_W

source ·
pub type CSMODE_W<'a, const O: u8> = FieldWriter<'a, MR_SPEC, 2, O, CSMODESELECT_A>;
Expand description

Field CSMODE writer - Chip Select Mode

Aliased Type§

struct CSMODE_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

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

source

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

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

source

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

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

source

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

The chip select is deasserted systematically after each transfer.