1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 0x10],
    #[doc = "0x10 - OHCI Interrupt Configuration Register"]
    pub ohciicr: OHCIICR,
    _reserved1: [u8; 0x1c],
    #[doc = "0x30 - UTMI Clock Trimming Register"]
    pub cktrim: CKTRIM,
}
#[doc = "OHCIICR (rw) register accessor: an alias for `Reg<OHCIICR_SPEC>`"]
pub type OHCIICR = crate::Reg<ohciicr::OHCIICR_SPEC>;
#[doc = "OHCI Interrupt Configuration Register"]
pub mod ohciicr;
#[doc = "CKTRIM (rw) register accessor: an alias for `Reg<CKTRIM_SPEC>`"]
pub type CKTRIM = crate::Reg<cktrim::CKTRIM_SPEC>;
#[doc = "UTMI Clock Trimming Register"]
pub mod cktrim;