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

source

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.

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual