Type Alias nrf52840_pac::qspi::addrconf::WIPWAIT_W

source ·
pub type WIPWAIT_W<'a, const O: u8> = BitWriter<'a, u32, ADDRCONF_SPEC, WIPWAIT_A, O>;
Expand description

Field WIPWAIT writer - Wait for write complete before sending command.

Aliased Type§

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

Implementations§

source§

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

source

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

No wait.

source

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

Wait.