Type Alias nrf52840_pac::qspi::addrconf::WREN_W
source · pub type WREN_W<'a, const O: u8> = BitWriter<'a, u32, ADDRCONF_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 */ }