Type Alias atsame54n::icm::cfg::UALGO_W

source ·
pub type UALGO_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 3, O, UALGOSELECT_A>;
Expand description

Field UALGO writer - User SHA Algorithm

Aliased Type§

struct UALGO_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> UALGO_W<'a, REG, O>
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