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

pub struct W(_);

Register ef_data_0_lock writer

Implementations

impl W[src]

pub fn rd_lock_key_slot_5(&mut self) -> RD_LOCK_KEY_SLOT_5_W[src]

Bit 31

pub fn rd_lock_key_slot_4(&mut self) -> RD_LOCK_KEY_SLOT_4_W[src]

Bit 30

pub fn rd_lock_key_slot_3(&mut self) -> RD_LOCK_KEY_SLOT_3_W[src]

Bit 29

pub fn rd_lock_key_slot_2(&mut self) -> RD_LOCK_KEY_SLOT_2_W[src]

Bit 28

pub fn rd_lock_key_slot_1(&mut self) -> RD_LOCK_KEY_SLOT_1_W[src]

Bit 27

pub fn rd_lock_key_slot_0(&mut self) -> RD_LOCK_KEY_SLOT_0_W[src]

Bit 26

pub fn rd_lock_dbg_pwd(&mut self) -> RD_LOCK_DBG_PWD_W[src]

Bit 25

pub fn wr_lock_key_slot_5_h(&mut self) -> WR_LOCK_KEY_SLOT_5_H_W[src]

Bit 24

pub fn wr_lock_key_slot_4_h(&mut self) -> WR_LOCK_KEY_SLOT_4_H_W[src]

Bit 23

pub fn wr_lock_key_slot_3(&mut self) -> WR_LOCK_KEY_SLOT_3_W[src]

Bit 22

pub fn wr_lock_key_slot_2(&mut self) -> WR_LOCK_KEY_SLOT_2_W[src]

Bit 21

pub fn wr_lock_key_slot_1(&mut self) -> WR_LOCK_KEY_SLOT_1_W[src]

Bit 20

pub fn wr_lock_key_slot_0(&mut self) -> WR_LOCK_KEY_SLOT_0_W[src]

Bit 19

pub fn wr_lock_wifi_mac(&mut self) -> WR_LOCK_WIFI_MAC_W[src]

Bit 18

pub fn wr_lock_sw_usage_0(&mut self) -> WR_LOCK_SW_USAGE_0_W[src]

Bit 17

pub fn wr_lock_dbg_pwd(&mut self) -> WR_LOCK_DBG_PWD_W[src]

Bit 16

pub fn wr_lock_boot_mode(&mut self) -> WR_LOCK_BOOT_MODE_W[src]

Bit 15

pub fn wr_lock_key_slot_5_l(&mut self) -> WR_LOCK_KEY_SLOT_5_L_W[src]

Bit 14

pub fn wr_lock_key_slot_4_l(&mut self) -> WR_LOCK_KEY_SLOT_4_L_W[src]

Bit 13

pub fn ef_ana_trim_1(&mut self) -> EF_ANA_TRIM_1_W[src]

Bits 0:12

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

Writes raw bits to the register.

Methods from Deref<Target = W<EF_DATA_0_LOCK_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_DATA_0_LOCK_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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