1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - PLL Status and Control register"]
    pub pllcsr: PLLCSR,
    _reserved1: [u8; 8usize],
    #[doc = "0x09 - PLL Frequency Control Register"]
    pub pllfrq: PLLFRQ,
}
#[doc = "PLL Status and Control register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [pllcsr](pllcsr) module"]
pub type PLLCSR = crate::Reg<u8, _PLLCSR>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _PLLCSR;
#[doc = "`read()` method returns [pllcsr::R](pllcsr::R) reader structure"]
impl crate::Readable for PLLCSR {}
#[doc = "`write(|w| ..)` method takes [pllcsr::W](pllcsr::W) writer structure"]
impl crate::Writable for PLLCSR {}
#[doc = "PLL Status and Control register"]
pub mod pllcsr;
#[doc = "PLL Frequency Control Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [pllfrq](pllfrq) module"]
pub type PLLFRQ = crate::Reg<u8, _PLLFRQ>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _PLLFRQ;
#[doc = "`read()` method returns [pllfrq::R](pllfrq::R) reader structure"]
impl crate::Readable for PLLFRQ {}
#[doc = "`write(|w| ..)` method takes [pllfrq::W](pllfrq::W) writer structure"]
impl crate::Writable for PLLFRQ {}
#[doc = "PLL Frequency Control Register"]
pub mod pllfrq;