Type Alias nrf52840_pac::qspi::ifconfig1::DPMEN_W

source ·
pub type DPMEN_W<'a, const O: u8> = BitWriter<'a, u32, IFCONFIG1_SPEC, DPMEN_A, O>;
Expand description

Field DPMEN writer - Enter/exit deep power-down mode (DPM) for external flash memory.

Aliased Type§

struct DPMEN_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> DPMEN_W<'a, O>

source

pub fn exit(self) -> &'a mut W

Exit DPM.

source

pub fn enter(self) -> &'a mut W

Enter DPM.