stm32h7 0.16.0

Device support crates for STM32H7 devices
Documentation
///Register `CSGCMCCM7R` reader
pub type R = crate::R<CSGCMCCM7Rrs>;
///Register `CSGCMCCM7R` writer
pub type W = crate::W<CSGCMCCM7Rrs>;
///Field `CSGCMCCM7R` reader - CSGCMCCM7R
pub type CSGCMCCM7R_R = crate::FieldReader<u32>;
///Field `CSGCMCCM7R` writer - CSGCMCCM7R
pub type CSGCMCCM7R_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
    ///Bits 0:31 - CSGCMCCM7R
    #[inline(always)]
    pub fn csgcmccm7r(&self) -> CSGCMCCM7R_R {
        CSGCMCCM7R_R::new(self.bits)
    }
}
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("CSGCMCCM7R").field("csgcmccm7r", &self.csgcmccm7r()).finish()
    }
}
impl W {
    ///Bits 0:31 - CSGCMCCM7R
    #[inline(always)]
    pub fn csgcmccm7r(&mut self) -> CSGCMCCM7R_W<CSGCMCCM7Rrs> {
        CSGCMCCM7R_W::new(self, 0)
    }
}
/**context swap register

You can [`read`](crate::Reg::read) this register and get [`csgcmccm7r::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`csgcmccm7r::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
pub struct CSGCMCCM7Rrs;
impl crate::RegisterSpec for CSGCMCCM7Rrs {
    type Ux = u32;
}
///`read()` method returns [`csgcmccm7r::R`](R) reader structure
impl crate::Readable for CSGCMCCM7Rrs {}
///`write(|w| ..)` method takes [`csgcmccm7r::W`](W) writer structure
impl crate::Writable for CSGCMCCM7Rrs {
    type Safety = crate::Unsafe;
}
///`reset()` method sets CSGCMCCM7R to value 0
impl crate::Resettable for CSGCMCCM7Rrs {}