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

pub struct R(_);

Register ef_data_0_lock reader

Implementations

impl R[src]

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

Bit 31

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

Bit 30

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

Bit 29

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

Bit 28

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

Bit 27

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

Bit 26

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

Bit 25

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

Bit 24

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

Bit 23

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

Bit 22

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

Bit 21

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

Bit 20

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

Bit 19

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 15

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

Bit 14

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

Bit 13

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

Bits 0:12

Methods from Deref<Target = R<EF_DATA_0_LOCK_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<EF_DATA_0_LOCK_SPEC>

The resulting type after dereferencing.

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