nrf52840_pac::qspi::cinstrconf

Type Alias WIPWAIT_W

Source
pub type WIPWAIT_W<'a, const O: u8> = BitWriter<'a, u32, CINSTRCONF_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.