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
32
33
34
35
36
37
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 56usize],
    #[doc = "0x38 - OPAMP1 control register"]
    pub opamp1_csr: OPAMP1_CSR,
    #[doc = "0x3c - OPAMP2 control register"]
    pub opamp2_csr: OPAMP2_CSR,
    #[doc = "0x40 - OPAMP3 control register"]
    pub opamp3_csr: OPAMP3_CSR,
    #[doc = "0x44 - OPAMP4 control register"]
    pub opamp4_csr: OPAMP4_CSR,
}
#[doc = "OPAMP2 control register"]
pub struct OPAMP2_CSR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "OPAMP2 control register"]
pub mod opamp2_csr;
#[doc = "OPAMP3 control register"]
pub struct OPAMP3_CSR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "OPAMP3 control register"]
pub mod opamp3_csr;
#[doc = "OPAMP4 control register"]
pub struct OPAMP4_CSR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "OPAMP4 control register"]
pub mod opamp4_csr;
#[doc = "OPAMP1 control register"]
pub struct OPAMP1_CSR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "OPAMP1 control register"]
pub mod opamp1_csr;