Type Alias atsame54n::qspi::instrframe::TFRTYPE_R

source ·
pub type TFRTYPE_R = FieldReader<TFRTYPESELECT_A>;
Expand description

Field TFRTYPE reader - Data Transfer Type

Aliased Type§

struct TFRTYPE_R { /* private fields */ }

Implementations§

source§

impl TFRTYPE_R

source

pub const fn variant(&self) -> TFRTYPESELECT_A

Get enumerated values variant

source

pub fn is_read(&self) -> bool

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 is_readmemory(&self) -> bool

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 is_write(&self) -> bool

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

source

pub fn is_writememory(&self) -> bool

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