[][src]Struct lpc55s6x_pac::flash_cfpa0::dcfg_cc_socu_pin::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn niden(&self) -> NIDENR[src]

Bit 0 - Non Secure non-invasive debug enable

pub fn dbgen(&self) -> DBGENR[src]

Bit 1 - Non Secure debug enable

pub fn spniden(&self) -> SPNIDENR[src]

Bit 2 - Secure non-invasive debug enable

pub fn spiden(&self) -> SPIDENR[src]

Bit 3 - Secure invasive debug enable

pub fn tapen(&self) -> TAPENR[src]

Bit 4 - JTAG TAP enable

pub fn mcm33_dbgen(&self) -> MCM33_DBGENR[src]

Bit 5 - Micro CM33 invasive debug enable

pub fn isp_cmd_en(&self) -> ISP_CMD_ENR[src]

Bit 6 - ISP Boot Command enable

pub fn fa_cmd_en(&self) -> FA_CMD_ENR[src]

Bit 7 - FA Command enable

pub fn me_cmd_en(&self) -> ME_CMD_ENR[src]

Bit 8 - Flash Mass Erase Command enable

pub fn mcm33_niden(&self) -> MCM33_NIDENR[src]

Bit 9 - Micro CM33 non-invasive debug enable

pub fn uuid_check(&self) -> UUID_CHECKR[src]

Bit 15 - Enforce UUID match during Debug authentication.

pub fn inverse_value(&self) -> INVERSE_VALUER[src]

Bits 16:31 - inverse value of bits [15:0]

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self