Type Alias nrf52840_pac::qspi::ifconfig0::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).