Type Alias nrf52840_pac::qspi::cinstrconf::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.