[][src]Struct bl602_pac::sec_eng::se_aes_0_ctrl::W

pub struct W(_);

Register se_aes_0_ctrl writer

Implementations

impl W[src]

pub fn se_aes_0_msg_len(&mut self) -> SE_AES_0_MSG_LEN_W[src]

Bits 16:31

Bit 15

pub fn se_aes_0_iv_sel(&mut self) -> SE_AES_0_IV_SEL_W[src]

Bit 14

pub fn se_aes_0_block_mode(&mut self) -> SE_AES_0_BLOCK_MODE_W[src]

Bits 12:13

pub fn se_aes_0_int_mask(&mut self) -> SE_AES_0_INT_MASK_W[src]

Bit 11

pub fn se_aes_0_int_set_1t(&mut self) -> SE_AES_0_INT_SET_1T_W[src]

Bit 10

pub fn se_aes_0_int_clr_1t(&mut self) -> SE_AES_0_INT_CLR_1T_W[src]

Bit 9

pub fn se_aes_0_int(&mut self) -> SE_AES_0_INT_W[src]

Bit 8

pub fn se_aes_0_hw_key_en(&mut self) -> SE_AES_0_HW_KEY_EN_W[src]

Bit 7

pub fn se_aes_0_dec_key_sel(&mut self) -> SE_AES_0_DEC_KEY_SEL_W[src]

Bit 6

pub fn se_aes_0_dec_en(&mut self) -> SE_AES_0_DEC_EN_W[src]

Bit 5

pub fn se_aes_0_mode(&mut self) -> SE_AES_0_MODE_W[src]

Bits 3:4

pub fn se_aes_0_en(&mut self) -> SE_AES_0_EN_W[src]

Bit 2

pub fn se_aes_0_trig_1t(&mut self) -> SE_AES_0_TRIG_1T_W[src]

Bit 1

pub fn se_aes_0_busy(&mut self) -> SE_AES_0_BUSY_W[src]

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<SE_AES_0_CTRL_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<SE_AES_0_CTRL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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