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

pub struct W(_);

Register reg_data_1_lock writer

Implementations

impl W[src]

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

Bit 29

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

Bit 28

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

Bit 27

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

Bit 26

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

Bits 16:25

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

Bit 13

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

Bit 12

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

Bit 11

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

Bit 10

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

Bits 0:9

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

Writes raw bits to the register.

Methods from Deref<Target = W<REG_DATA_1_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<REG_DATA_1_LOCK_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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