Type Alias esp32::sha::sha256_continue::W
source · pub type W = W<SHA256_CONTINUE_SPEC>;
Expand description
Register SHA256_CONTINUE
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn sha256_continue(&mut self) -> SHA256_CONTINUE_W<'_, SHA256_CONTINUE_SPEC>
pub fn sha256_continue(&mut self) -> SHA256_CONTINUE_W<'_, SHA256_CONTINUE_SPEC>
Bit 0 - Write 1 to continue the SHA-256 operation with subsequent blocks.