pub enum NewHash {
Start = 1,
}Expand description
Written with 1 when starting a new Hash/Crypto. It self clears. Note that the WAITING Status bit will clear for a cycle during the initialization from New=1.
Value on reset: 0
Variants§
Start = 1
1: Starts a new Hash/Crypto and initializes the Digest/Result.
Trait Implementations§
impl Copy for NewHash
impl Eq for NewHash
impl StructuralPartialEq for NewHash
Auto Trait Implementations§
impl Freeze for NewHash
impl RefUnwindSafe for NewHash
impl Send for NewHash
impl Sync for NewHash
impl Unpin for NewHash
impl UnwindSafe for NewHash
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