[][src]Struct bl602_pac::ef_data_0::ef_cfg_0::W

pub struct W(_);

Register ef_cfg_0 writer

Implementations

impl W[src]

pub fn ef_dbg_mode(&mut self) -> EF_DBG_MODE_W[src]

Bits 28:31

pub fn ef_dbg_jtag_0_dis(&mut self) -> EF_DBG_JTAG_0_DIS_W[src]

Bits 26:27

pub fn ef_dbg_jtag_1_dis(&mut self) -> EF_DBG_JTAG_1_DIS_W[src]

Bits 24:25

pub fn ef_efuse_dbg_dis(&mut self) -> EF_EFUSE_DBG_DIS_W[src]

Bit 23

pub fn ef_se_dbg_dis(&mut self) -> EF_SE_DBG_DIS_W[src]

Bit 22

pub fn ef_cpu_rst_dbg_dis(&mut self) -> EF_CPU_RST_DBG_DIS_W[src]

Bit 21

pub fn ef_cpu1_dis(&mut self) -> EF_CPU1_DIS_W[src]

Bit 20

pub fn ef_sf_dis(&mut self) -> EF_SF_DIS_W[src]

Bit 19

pub fn ef_cam_dis(&mut self) -> EF_CAM_DIS_W[src]

Bit 18

pub fn ef_0_key_enc_en(&mut self) -> EF_0_KEY_ENC_EN_W[src]

Bit 17

pub fn ef_wifi_dis(&mut self) -> EF_WIFI_DIS_W[src]

Bit 16

pub fn ef_ble_dis(&mut self) -> EF_BLE_DIS_W[src]

Bit 15

pub fn ef_sdu_dis(&mut self) -> EF_SDU_DIS_W[src]

Bit 14

pub fn ef_sw_usage_1(&mut self) -> EF_SW_USAGE_1_W[src]

Bits 12:13

pub fn ef_boot_sel(&mut self) -> EF_BOOT_SEL_W[src]

Bits 8:11

pub fn ef_cpu0_enc_en(&mut self) -> EF_CPU0_ENC_EN_W[src]

Bit 7

pub fn ef_cpu1_enc_en(&mut self) -> EF_CPU1_ENC_EN_W[src]

Bit 6

pub fn ef_sboot_en(&mut self) -> EF_SBOOT_EN_W[src]

Bits 4:5

pub fn ef_sboot_sign_mode(&mut self) -> EF_SBOOT_SIGN_MODE_W[src]

Bits 2:3

pub fn ef_sf_aes_mode(&mut self) -> EF_SF_AES_MODE_W[src]

Bits 0:1

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

Writes raw bits to the register.

Methods from Deref<Target = W<EF_CFG_0_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<EF_CFG_0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<EF_CFG_0_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.