Type Alias esp32c3::sha::t_string::W

source ·
pub type W = W<T_STRING_SPEC>;
Expand description

Register T_STRING writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn t_string(&mut self) -> T_STRING_W<'_, T_STRING_SPEC>

Bits 0:31 - Sha t_string (used if and only if mode == SHA_512/t).

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