///Register `HR6` reader
pub type R = crate::R<HR6rs>;
///Field `H6` reader - H6
pub type H6_R = crate::FieldReader<u32>;
impl R {
///Bits 0:31 - H6
#[inline(always)]
pub fn h6(&self) -> H6_R {
H6_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("HR6").field("h6", &self.h6()).finish()
}
}
/**HASH digest register 6
You can [`read`](crate::Reg::read) this register and get [`hr6::R`](R). See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32MP157.html#HASH1:HR6)*/
pub struct HR6rs;
impl crate::RegisterSpec for HR6rs {
type Ux = u32;
}
///`read()` method returns [`hr6::R`](R) reader structure
impl crate::Readable for HR6rs {}
///`reset()` method sets HR6 to value 0
impl crate::Resettable for HR6rs {}