pub struct R(_);
Expand description
Register BLOCK_MODE
reader
Implementations
sourceimpl R
impl R
sourcepub fn block_mode(&self) -> BLOCK_MODE_R
pub fn block_mode(&self) -> BLOCK_MODE_R
Bits 0:2 - Defines the operation type of the AES Accelerator operating under the DMA-AES working mode. For details, see Table 8. & 3’h0(BLOCK_MODE_ECB): ECB # 3’h1(BLOCK_MODE_CBC): CBC # 3’h2(BLOCK_MODE_OFB): OFB # 3’h3(BLOCK_MODE_CTR): CTR # 3’h4(BLOCK_MODE_CFB8): CFB-8 # 3’h5(BLOCK_MODE_CFB128): CFB-128 # 3’h6(BLOCK_MODE_GCM): GCM &
Methods from Deref<Target = R<BLOCK_MODE_SPEC>>
Trait Implementations
sourceimpl From<R<BLOCK_MODE_SPEC>> for R
impl From<R<BLOCK_MODE_SPEC>> for R
sourcefn from(reader: R<BLOCK_MODE_SPEC>) -> Self
fn from(reader: R<BLOCK_MODE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more