[][src]Struct bl602_pac::ef_data_1::reg_data_1_lock::R

pub struct R(_);

Register reg_data_1_lock reader

Implementations

impl R[src]

pub fn rd_lock_key_slot_9(&self) -> RD_LOCK_KEY_SLOT_9_R[src]

Bit 29

pub fn rd_lock_key_slot_8(&self) -> RD_LOCK_KEY_SLOT_8_R[src]

Bit 28

pub fn rd_lock_key_slot_7(&self) -> RD_LOCK_KEY_SLOT_7_R[src]

Bit 27

pub fn rd_lock_key_slot_6(&self) -> RD_LOCK_KEY_SLOT_6_R[src]

Bit 26

pub fn reserved_25_16(&self) -> RESERVED_25_16_R[src]

Bits 16:25

pub fn wr_lock_key_slot_9(&self) -> WR_LOCK_KEY_SLOT_9_R[src]

Bit 13

pub fn wr_lock_key_slot_8(&self) -> WR_LOCK_KEY_SLOT_8_R[src]

Bit 12

pub fn wr_lock_key_slot_7(&self) -> WR_LOCK_KEY_SLOT_7_R[src]

Bit 11

pub fn wr_lock_key_slot_6(&self) -> WR_LOCK_KEY_SLOT_6_R[src]

Bit 10

pub fn reserved_9_0(&self) -> RESERVED_9_0_R[src]

Bits 0:9

Methods from Deref<Target = R<REG_DATA_1_LOCK_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<REG_DATA_1_LOCK_SPEC>

The resulting type after dereferencing.

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