Type Alias nrf52840_pac::qspi::ifconfig0::READOC_R

source ·
pub type READOC_R = FieldReader<u8, READOC_A>;
Expand description

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

Aliased Type§

struct READOC_R { /* private fields */ }

Implementations§

source§

impl READOC_R

source

pub fn variant(&self) -> Option<READOC_A>

Get enumerated values variant

source

pub fn is_fastread(&self) -> bool

Checks if the value of the field is FASTREAD

source

pub fn is_read2o(&self) -> bool

Checks if the value of the field is READ2O

source

pub fn is_read2io(&self) -> bool

Checks if the value of the field is READ2IO

source

pub fn is_read4o(&self) -> bool

Checks if the value of the field is READ4O

source

pub fn is_read4io(&self) -> bool

Checks if the value of the field is READ4IO