nrf52840_pac::uicr::debugctrl

Type Alias 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.