bl602-pac 0.0.0

Embedded Rust's Peripheral Access Crate for BL602 RISC-V WiFi microcontroller
Documentation
#[doc = "Register `se_sha_0_hash_l_7` reader"]
pub struct R(crate::R<SE_SHA_0_HASH_L_7_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<SE_SHA_0_HASH_L_7_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<SE_SHA_0_HASH_L_7_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<SE_SHA_0_HASH_L_7_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Field `se_sha_0_hash_l_7` reader - "]
pub type SE_SHA_0_HASH_L_7_R = crate::FieldReader<u32, u32>;
impl R {
    #[doc = "Bits 0:31"]
    #[inline(always)]
    pub fn se_sha_0_hash_l_7(&self) -> SE_SHA_0_HASH_L_7_R {
        SE_SHA_0_HASH_L_7_R::new(self.bits)
    }
}
#[doc = "se_sha_0_hash_l_7.\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [se_sha_0_hash_l_7](index.html) module"]
pub struct SE_SHA_0_HASH_L_7_SPEC;
impl crate::RegisterSpec for SE_SHA_0_HASH_L_7_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [se_sha_0_hash_l_7::R](R) reader structure"]
impl crate::Readable for SE_SHA_0_HASH_L_7_SPEC {
    type Reader = R;
}
#[doc = "`reset()` method sets se_sha_0_hash_l_7 to value 0"]
impl crate::Resettable for SE_SHA_0_HASH_L_7_SPEC {
    const RESET_VALUE: Self::Ux = 0;
}