nrf52840_pac::qspi::ifconfig0

Type Alias 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.