nrf52840_pac::qspi::ifconfig0

Type Alias 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