Type Alias UalgoW

Source
pub type UalgoW<'a, REG> = FieldWriter<'a, REG, 3, Ualgoselect>;
Expand description

Field UALGO writer - User SHA Algorithm

Aliased Type§

struct UalgoW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> UalgoW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn sha1(self) -> &'a mut W<REG>

SHA1 Algorithm

Source

pub fn sha256(self) -> &'a mut W<REG>

SHA256 Algorithm

Source

pub fn sha224(self) -> &'a mut W<REG>

SHA224 Algorithm