Struct esp32c2::xts_aes::RegisterBlock  
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
source§impl RegisterBlock
 
impl RegisterBlock
sourcepub const fn plain_mem(&self, n: usize) -> &PLAIN_MEM
 
pub const fn plain_mem(&self, n: usize) -> &PLAIN_MEM
0x00..0x10 - The memory that stores plaintext
sourcepub fn plain_mem_iter(&self) -> impl Iterator<Item = &PLAIN_MEM>
 
pub fn plain_mem_iter(&self) -> impl Iterator<Item = &PLAIN_MEM>
Iterator for array of: 0x00..0x10 - The memory that stores plaintext
sourcepub const fn destination(&self) -> &DESTINATION
 
pub const fn destination(&self) -> &DESTINATION
0x44 - XTS-AES destination register
sourcepub const fn physical_address(&self) -> &PHYSICAL_ADDRESS
 
pub const fn physical_address(&self) -> &PHYSICAL_ADDRESS
0x48 - XTS-AES physical address register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more