Type Alias TfrtypeW

Source
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>
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.