Type Alias atsamd51p::qspi::ctrlb::CSMODE_W

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

Field CSMODE writer - Chip Select Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> CSMODE_W<'a, REG, O>
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.