[][src]Struct bl602_pac::sec_eng::se_sha_0_ctrl::R

pub struct R(_);

Register se_sha_0_ctrl reader

Implementations

impl R[src]

pub fn se_sha_0_msg_len(&self) -> SE_SHA_0_MSG_LEN_R[src]

Bits 16:31

Bit 15

pub fn se_sha_0_int_mask(&self) -> SE_SHA_0_INT_MASK_R[src]

Bit 11

pub fn se_sha_0_int_set_1t(&self) -> SE_SHA_0_INT_SET_1T_R[src]

Bit 10

pub fn se_sha_0_int_clr_1t(&self) -> SE_SHA_0_INT_CLR_1T_R[src]

Bit 9

pub fn se_sha_0_int(&self) -> SE_SHA_0_INT_R[src]

Bit 8

pub fn se_sha_0_hash_sel(&self) -> SE_SHA_0_HASH_SEL_R[src]

Bit 6

pub fn se_sha_0_en(&self) -> SE_SHA_0_EN_R[src]

Bit 5

pub fn se_sha_0_mode(&self) -> SE_SHA_0_MODE_R[src]

Bits 2:4

pub fn se_sha_0_trig_1t(&self) -> SE_SHA_0_TRIG_1T_R[src]

Bit 1

pub fn se_sha_0_busy(&self) -> SE_SHA_0_BUSY_R[src]

Bit 0

Methods from Deref<Target = R<SE_SHA_0_CTRL_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<SE_SHA_0_CTRL_SPEC>

The resulting type after dereferencing.

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