nrf52840_pac::qspi::cinstrconf

Type Alias WREN_W

Source
pub type WREN_W<'a, const O: u8> = BitWriter<'a, u32, CINSTRCONF_SPEC, WREN_A, O>;
Expand description

Field WREN writer - Send WREN (write enable opcode 0x06) before instruction.

Aliased Type§

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

Implementations§

Source§

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

Source

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

Do not send WREN.

Source

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

Send WREN.