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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Semaphore 0"]
    pub smph0: SMPH0,
    #[doc = "0x04 - Semaphore 1"]
    pub smph1: SMPH1,
    #[doc = "0x08 - Semaphore 2"]
    pub smph2: SMPH2,
    #[doc = "0x0c - Semaphore 3"]
    pub smph3: SMPH3,
    #[doc = "0x10 - Semaphore 4"]
    pub smph4: SMPH4,
    #[doc = "0x14 - Semaphore 5"]
    pub smph5: SMPH5,
    #[doc = "0x18 - Semaphore 6"]
    pub smph6: SMPH6,
    #[doc = "0x1c - Semaphore 7"]
    pub smph7: SMPH7,
    #[doc = "0x20 - Auto Take Sticky Request for Single Semaphore."]
    pub autotake: AUTOTAKE,
}
#[doc = "Semaphore 0"]
pub struct SMPH0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 0"]
pub mod smph0;
#[doc = "Semaphore 1"]
pub struct SMPH1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 1"]
pub mod smph1;
#[doc = "Semaphore 2"]
pub struct SMPH2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 2"]
pub mod smph2;
#[doc = "Semaphore 3"]
pub struct SMPH3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 3"]
pub mod smph3;
#[doc = "Semaphore 4"]
pub struct SMPH4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 4"]
pub mod smph4;
#[doc = "Semaphore 5"]
pub struct SMPH5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 5"]
pub mod smph5;
#[doc = "Semaphore 6"]
pub struct SMPH6 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 6"]
pub mod smph6;
#[doc = "Semaphore 7"]
pub struct SMPH7 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Semaphore 7"]
pub mod smph7;
#[doc = "Auto Take Sticky Request for Single Semaphore."]
pub struct AUTOTAKE {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Auto Take Sticky Request for Single Semaphore."]
pub mod autotake;