pub struct R(_);Expand description
Register BLOCK_NUM reader
Implementations
sourceimpl R
impl R
sourcepub fn block_num(&self) -> BLOCK_NUM_R
pub fn block_num(&self) -> BLOCK_NUM_R
Bits 0:31 - Stores the Block Number of plaintext or ciphertext when the AES accelerator operates under the DMA-AES working mode.
Methods from Deref<Target = R<BLOCK_NUM_SPEC>>
Trait Implementations
sourceimpl From<R<BLOCK_NUM_SPEC>> for R
impl From<R<BLOCK_NUM_SPEC>> for R
sourcefn from(reader: R<BLOCK_NUM_SPEC>) -> Self
fn from(reader: R<BLOCK_NUM_SPEC>) -> Self
Performs the conversion.
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more