Struct nrf52840::qspi::status::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 2 - Deep power-down mode (DPM) status of external flash.

Bit 3 - Ready status.

Bits 24:31 - Value of external flash device Status Register. When the external flash has two bytes status register this field includes the value of the low byte.

Auto Trait Implementations

impl Send for R

impl Sync for R