stm32h5 0.15.1

Device support crates for STM32H5 devices
Documentation
#[doc = "Register `CSR68` reader"]
pub type R = crate::R<CSR68rs>;
#[doc = "Register `CSR68` writer"]
pub type W = crate::W<CSR68rs>;
#[doc = "Field `CSx` reader - Context swap 68 Refer to introduction."]
pub type CSX_R = crate::FieldReader<u32>;
#[doc = "Field `CSx` writer - Context swap 68 Refer to introduction."]
pub type CSX_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
    #[doc = "Bits 0:31 - Context swap 68 Refer to introduction."]
    #[inline(always)]
    pub fn csx(&self) -> CSX_R {
        CSX_R::new(self.bits)
    }
}
impl W {
    #[doc = "Bits 0:31 - Context swap 68 Refer to introduction."]
    #[inline(always)]
    #[must_use]
    pub fn csx(&mut self) -> CSX_W<CSR68rs> {
        CSX_W::new(self, 0)
    }
    #[doc = r" Writes raw bits to the register."]
    #[doc = r""]
    #[doc = r" # Safety"]
    #[doc = r""]
    #[doc = r" Passing incorrect value can cause undefined behaviour. See reference manual"]
    #[inline(always)]
    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
        self.bits = bits;
        self
    }
}
#[doc = "HASH context swap register 68\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`csr68::R`](R).  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`csr68::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct CSR68rs;
impl crate::RegisterSpec for CSR68rs {
    type Ux = u32;
}
#[doc = "`read()` method returns [`csr68::R`](R) reader structure"]
impl crate::Readable for CSR68rs {}
#[doc = "`write(|w| ..)` method takes [`csr68::W`](W) writer structure"]
impl crate::Writable for CSR68rs {
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets CSR68 to value 0x0022_0002"]
impl crate::Resettable for CSR68rs {
    const RESET_VALUE: u32 = 0x0022_0002;
}