imxrt1062_dcp::capability1

Type Alias HASH_ALGORITHMS_R

Source
pub type HASH_ALGORITHMS_R = R<u16, HASH_ALGORITHMS_A>;
Expand description

Reader of field HASH_ALGORITHMS

Aliased Type§

struct HASH_ALGORITHMS_R { /* private fields */ }

Implementations§

Source§

impl HASH_ALGORITHMS_R

Source

pub fn variant(&self) -> Variant<u16, HASH_ALGORITHMS_A>

Get enumerated values variant

Source

pub fn is_sha1(&self) -> bool

Checks if the value of the field is SHA1

Source

pub fn is_crc32(&self) -> bool

Checks if the value of the field is CRC32

Source

pub fn is_sha256(&self) -> bool

Checks if the value of the field is SHA256