nrf52840_pac::qspi::status

Type Alias DPM_R

Source
pub type DPM_R = BitReader<DPM_A>;
Expand description

Field DPM reader - Deep power-down mode (DPM) status of external flash.

Aliased Type§

struct DPM_R { /* private fields */ }

Implementations§

Source§

impl DPM_R

Source

pub fn variant(&self) -> DPM_A

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

Source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED