Type Alias nrf52840_pac::qspi::cinstrconf::LFEN_R

source ·
pub type LFEN_R = BitReader<LFEN_A>;
Expand description

Field LFEN reader - Enable long frame mode. When enabled, a custom instruction transaction has to be ended by writing the LFSTOP field.

Aliased Type§

struct LFEN_R { /* private fields */ }

Implementations§

source§

impl LFEN_R

source

pub fn variant(&self) -> LFEN_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