pub type TfrtypeR = FieldReader<Tfrtypeselect>;
Expand description
Field TFRTYPE
reader - Data Transfer Type
Aliased Type§
struct TfrtypeR { /* private fields */ }
Implementations§
Source§impl TfrtypeR
impl TfrtypeR
Sourcepub const fn variant(&self) -> Tfrtypeselect
pub const fn variant(&self) -> Tfrtypeselect
Get enumerated values variant
Sourcepub fn is_read(&self) -> bool
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.
Sourcepub fn is_readmemory(&self) -> bool
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.
Sourcepub fn is_write(&self) -> bool
pub fn is_write(&self) -> bool
Write transfer into the serial memory.Scrambling is not performed.
Sourcepub fn is_writememory(&self) -> bool
pub fn is_writememory(&self) -> bool
Write data transfer into the serial memory.If enabled, scrambling is performed.