pub type TfrtypeW<'a, REG> = FieldWriter<'a, REG, 2, Tfrtypeselect, Safe>;
Expand description
Field TFRTYPE
writer - Data Transfer Type
Aliased Type§
struct TfrtypeW<'a, REG> { /* private fields */ }
Implementations§
Source§impl<'a, REG> TfrtypeW<'a, REG>
impl<'a, REG> TfrtypeW<'a, REG>
Sourcepub fn read(self) -> &'a mut W<REG>
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.
Sourcepub fn readmemory(self) -> &'a mut W<REG>
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.
Sourcepub fn write(self) -> &'a mut W<REG>
pub fn write(self) -> &'a mut W<REG>
Write transfer into the serial memory.Scrambling is not performed.
Sourcepub fn writememory(self) -> &'a mut W<REG>
pub fn writememory(self) -> &'a mut W<REG>
Write data transfer into the serial memory.If enabled, scrambling is performed.