nrf52840_pac::qspi::ifconfig0

Type Alias READOC_W

Source
pub type READOC_W<'a, const O: u8> = FieldWriter<'a, u32, IFCONFIG0_SPEC, u8, READOC_A, 3, O>;
Expand description

Field READOC writer - Configure number of data lines and opcode used for reading.

Aliased Type§

struct READOC_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> READOC_W<'a, O>

Source

pub fn fastread(self) -> &'a mut W

Single data line SPI. FAST_READ (opcode 0x0B).

Source

pub fn read2o(self) -> &'a mut W

Dual data line SPI. READ2O (opcode 0x3B).

Source

pub fn read2io(self) -> &'a mut W

Dual data line SPI. READ2IO (opcode 0xBB).

Source

pub fn read4o(self) -> &'a mut W

Quad data line SPI. READ4O (opcode 0x6B).

Source

pub fn read4io(self) -> &'a mut W

Quad data line SPI. READ4IO (opcode 0xEB).