Type Alias nrf52840_pac::qspi::ifconfig0::DPMENABLE_W

source ·
pub type DPMENABLE_W<'a, const O: u8> = BitWriter<'a, u32, IFCONFIG0_SPEC, DPMENABLE_A, O>;
Expand description

Field DPMENABLE writer - Enable deep power-down mode (DPM) feature.

Aliased Type§

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

Implementations§

source§

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

source

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

Disable DPM feature.

source

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

Enable DPM feature.