[][src]Struct bl602_pac::ef_ctrl::ef_sw_cfg_0::R

pub struct R(_);

Register ef_sw_cfg_0 reader

Implementations

impl R[src]

pub fn ef_sw_dbg_mode(&self) -> EF_SW_DBG_MODE_R[src]

Bits 28:31

pub fn ef_sw_dbg_jtag_0_dis(&self) -> EF_SW_DBG_JTAG_0_DIS_R[src]

Bits 26:27

pub fn ef_sw_dbg_jtag_1_dis(&self) -> EF_SW_DBG_JTAG_1_DIS_R[src]

Bits 24:25

pub fn ef_sw_efuse_dbg_dis(&self) -> EF_SW_EFUSE_DBG_DIS_R[src]

Bit 23

pub fn ef_sw_se_dbg_dis(&self) -> EF_SW_SE_DBG_DIS_R[src]

Bit 22

pub fn ef_sw_cpu_rst_dbg_dis(&self) -> EF_SW_CPU_RST_DBG_DIS_R[src]

Bit 21

pub fn ef_sw_cpu1_dis(&self) -> EF_SW_CPU1_DIS_R[src]

Bit 20

pub fn ef_sw_sf_dis(&self) -> EF_SW_SF_DIS_R[src]

Bit 19

pub fn ef_sw_cam_dis(&self) -> EF_SW_CAM_DIS_R[src]

Bit 18

pub fn ef_sw_0_key_enc_en(&self) -> EF_SW_0_KEY_ENC_EN_R[src]

Bit 17

pub fn ef_sw_wifi_dis(&self) -> EF_SW_WIFI_DIS_R[src]

Bit 16

pub fn ef_sw_ble_dis(&self) -> EF_SW_BLE_DIS_R[src]

Bit 15

pub fn ef_sw_sdu_dis(&self) -> EF_SW_SDU_DIS_R[src]

Bit 14

pub fn ef_sw_sw_usage_1(&self) -> EF_SW_SW_USAGE_1_R[src]

Bits 12:13

pub fn ef_sw_cpu0_enc_en(&self) -> EF_SW_CPU0_ENC_EN_R[src]

Bit 7

pub fn ef_sw_cpu1_enc_en(&self) -> EF_SW_CPU1_ENC_EN_R[src]

Bit 6

pub fn ef_sw_sboot_en(&self) -> EF_SW_SBOOT_EN_R[src]

Bits 4:5

pub fn ef_sw_sboot_sign_mode(&self) -> EF_SW_SBOOT_SIGN_MODE_R[src]

Bits 2:3

pub fn ef_sw_sf_aes_mode(&self) -> EF_SW_SF_AES_MODE_R[src]

Bits 0:1

Methods from Deref<Target = R<EF_SW_CFG_0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<EF_SW_CFG_0_SPEC>

The resulting type after dereferencing.

impl From<R<EF_SW_CFG_0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.