Type Alias atsame54n::qspi::instrframe::TFRTYPE_W

source ·
pub type TFRTYPE_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, TFRTYPESELECT_A>;
Expand description

Field TFRTYPE writer - Data Transfer Type

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> TFRTYPE_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn read(self) -> &'a mut W<REG>

Read transfer from the serial memory.Scrambling is not performed.Read at random location (fetch) in the serial flash memory is not possible.

source

pub fn readmemory(self) -> &'a mut W<REG>

Read data transfer from the serial memory.If enabled, scrambling is performed.Read at random location (fetch) in the serial flash memory is possible.

source

pub fn write(self) -> &'a mut W<REG>

Write transfer into the serial memory.Scrambling is not performed.

source

pub fn writememory(self) -> &'a mut W<REG>

Write data transfer into the serial memory.If enabled, scrambling is performed.