Struct esp32s2::xts_aes::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub fn plain__iter(&self) -> impl Iterator<Item = &PLAIN_>
pub fn plain__iter(&self) -> impl Iterator<Item = &PLAIN_>
Iterator for array of: 0x100..0x140 - Plaintext register %s
sourcepub const fn destination(&self) -> &DESTINATION
pub const fn destination(&self) -> &DESTINATION
0x144 - Configures the type of the external memory
sourcepub const fn physical_address(&self) -> &PHYSICAL_ADDRESS
pub const fn physical_address(&self) -> &PHYSICAL_ADDRESS
0x148 - Physical address
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