Type Alias TfrtypeR

Source
pub type TfrtypeR = FieldReader<Tfrtypeselect>;
Expand description

Field TFRTYPE reader - Data Transfer Type

Aliased Type§

struct TfrtypeR { /* private fields */ }

Implementations§

Source§

impl TfrtypeR

Source

pub const fn variant(&self) -> Tfrtypeselect

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.