pub struct COUNT_W<'a> { /* private fields */ }Expand description
Field COUNT writer - Number of 512-bit (128-bit if AES, except 1st block which may include key and IV) blocks to copy starting at MEMADDR. This register will decrement after each block is copied, ending in 0. For Hash, the DIGEST interrupt will occur when it reaches 0. Fro AES, the DIGEST/OUTDATA interrupt will occur on ever block. If a bus error occurs, it will stop with this field set to the block that failed. 0:Done - nothing to process. 1 to 2K: Number of 512-bit (or 128bit) blocks to hash.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for COUNT_W<'a>
impl<'a> RefUnwindSafe for COUNT_W<'a>
impl<'a> Send for COUNT_W<'a>
impl<'a> Sync for COUNT_W<'a>
impl<'a> Unpin for COUNT_W<'a>
impl<'a> !UnwindSafe for COUNT_W<'a>
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