Struct lpc55_pac::flash_cfpa0::dcfg_cc_socu_pin::W[][src]

pub struct W(_);

Register DCFG_CC_SOCU_PIN writer

Implementations

impl W[src]

pub fn niden(&mut self) -> NIDEN_W<'_>[src]

Bit 0 - Non Secure non-invasive debug enable

pub fn dbgen(&mut self) -> DBGEN_W<'_>[src]

Bit 1 - Non Secure debug enable

pub fn spniden(&mut self) -> SPNIDEN_W<'_>[src]

Bit 2 - Secure non-invasive debug enable

pub fn spiden(&mut self) -> SPIDEN_W<'_>[src]

Bit 3 - Secure invasive debug enable

pub fn tapen(&mut self) -> TAPEN_W<'_>[src]

Bit 4 - JTAG TAP enable

pub fn cpu1_dbgen(&mut self) -> CPU1_DBGEN_W<'_>[src]

Bit 5 - CPU1 (Micro cortex M33) invasive debug enable

pub fn isp_cmd_en(&mut self) -> ISP_CMD_EN_W<'_>[src]

Bit 6 - ISP Boot Command enable

pub fn fa_cmd_en(&mut self) -> FA_CMD_EN_W<'_>[src]

Bit 7 - FA Command enable

pub fn me_cmd_en(&mut self) -> ME_CMD_EN_W<'_>[src]

Bit 8 - Flash Mass Erase Command enable

pub fn cpu1_niden(&mut self) -> CPU1_NIDEN_W<'_>[src]

Bit 9 - CPU1 (Micro cortex M33) non-invasive debug enable

pub fn uuid_check(&mut self) -> UUID_CHECK_W<'_>[src]

Bit 15 - Enforce UUID match during Debug authentication.

pub fn inverse_value(&mut self) -> INVERSE_VALUE_W<'_>[src]

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

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<DCFG_CC_SOCU_PIN_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<DCFG_CC_SOCU_PIN_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<DCFG_CC_SOCU_PIN_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.