Type Alias nrf52840_pac::qspi::addrconf::WREN_R

source ·
pub type WREN_R = BitReader<WREN_A>;
Expand description

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

Aliased Type§

struct WREN_R { /* private fields */ }

Implementations§

source§

impl WREN_R

source

pub fn variant(&self) -> WREN_A

Get enumerated values variant

source

pub fn is_disable(&self) -> bool

Checks if the value of the field is DISABLE

source

pub fn is_enable(&self) -> bool

Checks if the value of the field is ENABLE