Type Alias nrf52840_pac::uicr::debugctrl::CPUFPBEN_W

source ·
pub type CPUFPBEN_W<'a, const O: u8> = FieldWriter<'a, u32, DEBUGCTRL_SPEC, u8, CPUFPBEN_A, 8, O>;
Expand description

Field CPUFPBEN writer - Configure CPU flash patch and breakpoint (FPB) unit behavior

Aliased Type§

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

Implementations§

source§

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

source

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

Enable CPU FPB unit (default behavior)

source

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

Disable CPU FPB unit. Writes into the FPB registers will be ignored.