[−][src]Struct bl602_pac::sec_eng::se_aes_0_ctrl::R
Register se_aes_0_ctrl
reader
Implementations
impl R
[src]
pub fn se_aes_0_msg_len(&self) -> SE_AES_0_MSG_LEN_R
[src]
Bits 16:31
pub fn se_aes_0_link_mode(&self) -> SE_AES_0_LINK_MODE_R
[src]
Bit 15
pub fn se_aes_0_iv_sel(&self) -> SE_AES_0_IV_SEL_R
[src]
Bit 14
pub fn se_aes_0_block_mode(&self) -> SE_AES_0_BLOCK_MODE_R
[src]
Bits 12:13
pub fn se_aes_0_int_mask(&self) -> SE_AES_0_INT_MASK_R
[src]
Bit 11
pub fn se_aes_0_int_set_1t(&self) -> SE_AES_0_INT_SET_1T_R
[src]
Bit 10
pub fn se_aes_0_int_clr_1t(&self) -> SE_AES_0_INT_CLR_1T_R
[src]
Bit 9
pub fn se_aes_0_int(&self) -> SE_AES_0_INT_R
[src]
Bit 8
pub fn se_aes_0_hw_key_en(&self) -> SE_AES_0_HW_KEY_EN_R
[src]
Bit 7
pub fn se_aes_0_dec_key_sel(&self) -> SE_AES_0_DEC_KEY_SEL_R
[src]
Bit 6
pub fn se_aes_0_dec_en(&self) -> SE_AES_0_DEC_EN_R
[src]
Bit 5
pub fn se_aes_0_mode(&self) -> SE_AES_0_MODE_R
[src]
Bits 3:4
pub fn se_aes_0_en(&self) -> SE_AES_0_EN_R
[src]
Bit 2
pub fn se_aes_0_trig_1t(&self) -> SE_AES_0_TRIG_1T_R
[src]
Bit 1
pub fn se_aes_0_busy(&self) -> SE_AES_0_BUSY_R
[src]
Bit 0
Methods from Deref<Target = R<SE_AES_0_CTRL_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<SE_AES_0_CTRL_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<SE_AES_0_CTRL_SPEC>> for R
[src]
fn from(reader: R<SE_AES_0_CTRL_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,