#[doc = r" Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - System Clock Enable Register"] pub pmc_scer: PMC_SCER, #[doc = "0x04 - System Clock Disable Register"] pub pmc_scdr: PMC_SCDR, #[doc = "0x08 - System Clock Status Register"] pub pmc_scsr: PMC_SCSR, _reserved3: [u8; 4usize], #[doc = "0x10 - Peripheral Clock Enable Register 0"] pub pmc_pcer0: PMC_PCER0, #[doc = "0x14 - Peripheral Clock Disable Register 0"] pub pmc_pcdr0: PMC_PCDR0, #[doc = "0x18 - Peripheral Clock Status Register 0"] pub pmc_pcsr0: PMC_PCSR0, #[doc = "0x1c - UTMI Clock Register"] pub ckgr_uckr: CKGR_UCKR, #[doc = "0x20 - Main Oscillator Register"] pub ckgr_mor: CKGR_MOR, #[doc = "0x24 - Main Clock Frequency Register"] pub ckgr_mcfr: CKGR_MCFR, #[doc = "0x28 - PLLA Register"] pub ckgr_pllar: CKGR_PLLAR, _reserved10: [u8; 4usize], #[doc = "0x30 - Master Clock Register"] pub pmc_mckr: PMC_MCKR, _reserved11: [u8; 4usize], #[doc = "0x38 - USB Clock Register"] pub pmc_usb: PMC_USB, _reserved12: [u8; 4usize], #[doc = "0x40 - Programmable Clock 0 Register"] pub pmc_pck: [PMC_PCK; 3], _reserved13: [u8; 20usize], #[doc = "0x60 - Interrupt Enable Register"] pub pmc_ier: PMC_IER, #[doc = "0x64 - Interrupt Disable Register"] pub pmc_idr: PMC_IDR, #[doc = "0x68 - Status Register"] pub pmc_sr: PMC_SR, #[doc = "0x6c - Interrupt Mask Register"] pub pmc_imr: PMC_IMR, #[doc = "0x70 - Fast Start-up Mode Register"] pub pmc_fsmr: PMC_FSMR, #[doc = "0x74 - Fast Start-up Polarity Register"] pub pmc_fspr: PMC_FSPR, #[doc = "0x78 - Fault Output Clear Register"] pub pmc_focr: PMC_FOCR, _reserved20: [u8; 104usize], #[doc = "0xe4 - Write Protect Mode Register"] pub pmc_wpmr: PMC_WPMR, #[doc = "0xe8 - Write Protect Status Register"] pub pmc_wpsr: PMC_WPSR, _reserved22: [u8; 20usize], #[doc = "0x100 - Peripheral Clock Enable Register 1"] pub pmc_pcer1: PMC_PCER1, #[doc = "0x104 - Peripheral Clock Disable Register 1"] pub pmc_pcdr1: PMC_PCDR1, #[doc = "0x108 - Peripheral Clock Status Register 1"] pub pmc_pcsr1: PMC_PCSR1, #[doc = "0x10c - Peripheral Control Register"] pub pmc_pcr: PMC_PCR, } #[doc = "System Clock Enable Register"] pub struct PMC_SCER { register: ::vcell::VolatileCell, } #[doc = "System Clock Enable Register"] pub mod pmc_scer; #[doc = "System Clock Disable Register"] pub struct PMC_SCDR { register: ::vcell::VolatileCell, } #[doc = "System Clock Disable Register"] pub mod pmc_scdr; #[doc = "System Clock Status Register"] pub struct PMC_SCSR { register: ::vcell::VolatileCell, } #[doc = "System Clock Status Register"] pub mod pmc_scsr; #[doc = "Peripheral Clock Enable Register 0"] pub struct PMC_PCER0 { register: ::vcell::VolatileCell, } #[doc = "Peripheral Clock Enable Register 0"] pub mod pmc_pcer0; #[doc = "Peripheral Clock Disable Register 0"] pub struct PMC_PCDR0 { register: ::vcell::VolatileCell, } #[doc = "Peripheral Clock Disable Register 0"] pub mod pmc_pcdr0; #[doc = "Peripheral Clock Status Register 0"] pub struct PMC_PCSR0 { register: ::vcell::VolatileCell, } #[doc = "Peripheral Clock Status Register 0"] pub mod pmc_pcsr0; #[doc = "UTMI Clock Register"] pub struct CKGR_UCKR { register: ::vcell::VolatileCell, } #[doc = "UTMI Clock Register"] pub mod ckgr_uckr; #[doc = "Main Oscillator Register"] pub struct CKGR_MOR { register: ::vcell::VolatileCell, } #[doc = "Main Oscillator Register"] pub mod ckgr_mor; #[doc = "Main Clock Frequency Register"] pub struct CKGR_MCFR { register: ::vcell::VolatileCell, } #[doc = "Main Clock Frequency Register"] pub mod ckgr_mcfr; #[doc = "PLLA Register"] pub struct CKGR_PLLAR { register: ::vcell::VolatileCell, } #[doc = "PLLA Register"] pub mod ckgr_pllar; #[doc = "Master Clock Register"] pub struct PMC_MCKR { register: ::vcell::VolatileCell, } #[doc = "Master Clock Register"] pub mod pmc_mckr; #[doc = "USB Clock Register"] pub struct PMC_USB { register: ::vcell::VolatileCell, } #[doc = "USB Clock Register"] pub mod pmc_usb; #[doc = "Programmable Clock 0 Register"] pub struct PMC_PCK { register: ::vcell::VolatileCell, } #[doc = "Programmable Clock 0 Register"] pub mod pmc_pck; #[doc = "Interrupt Enable Register"] pub struct PMC_IER { register: ::vcell::VolatileCell, } #[doc = "Interrupt Enable Register"] pub mod pmc_ier; #[doc = "Interrupt Disable Register"] pub struct PMC_IDR { register: ::vcell::VolatileCell, } #[doc = "Interrupt Disable Register"] pub mod pmc_idr; #[doc = "Status Register"] pub struct PMC_SR { register: ::vcell::VolatileCell, } #[doc = "Status Register"] pub mod pmc_sr; #[doc = "Interrupt Mask Register"] pub struct PMC_IMR { register: ::vcell::VolatileCell, } #[doc = "Interrupt Mask Register"] pub mod pmc_imr; #[doc = "Fast Start-up Mode Register"] pub struct PMC_FSMR { register: ::vcell::VolatileCell, } #[doc = "Fast Start-up Mode Register"] pub mod pmc_fsmr; #[doc = "Fast Start-up Polarity Register"] pub struct PMC_FSPR { register: ::vcell::VolatileCell, } #[doc = "Fast Start-up Polarity Register"] pub mod pmc_fspr; #[doc = "Fault Output Clear Register"] pub struct PMC_FOCR { register: ::vcell::VolatileCell, } #[doc = "Fault Output Clear Register"] pub mod pmc_focr; #[doc = "Write Protect Mode Register"] pub struct PMC_WPMR { register: ::vcell::VolatileCell, } #[doc = "Write Protect Mode Register"] pub mod pmc_wpmr; #[doc = "Write Protect Status Register"] pub struct PMC_WPSR { register: ::vcell::VolatileCell, } #[doc = "Write Protect Status Register"] pub mod pmc_wpsr; #[doc = "Peripheral Clock Enable Register 1"] pub struct PMC_PCER1 { register: ::vcell::VolatileCell, } #[doc = "Peripheral Clock Enable Register 1"] pub mod pmc_pcer1; #[doc = "Peripheral Clock Disable Register 1"] pub struct PMC_PCDR1 { register: ::vcell::VolatileCell, } #[doc = "Peripheral Clock Disable Register 1"] pub mod pmc_pcdr1; #[doc = "Peripheral Clock Status Register 1"] pub struct PMC_PCSR1 { register: ::vcell::VolatileCell, } #[doc = "Peripheral Clock Status Register 1"] pub mod pmc_pcsr1; #[doc = "Peripheral Control Register"] pub struct PMC_PCR { register: ::vcell::VolatileCell, } #[doc = "Peripheral Control Register"] pub mod pmc_pcr;