Type Alias nrf52840_pac::qspi::status::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