Type Alias nrf52840_pac::qspi::cinstrconf::LFEN_W

source ·
pub type LFEN_W<'a, const O: u8> = BitWriter<'a, u32, CINSTRCONF_SPEC, LFEN_A, O>;
Expand description

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

Aliased Type§

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

Implementations§

source§

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

source

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

Long frame mode disabled

source

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

Long frame mode enabled