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 - Doorbell Command Register"]
    pub cmdr: CMDR,
    #[doc = "0x04 - Doorbell Command Status Register"]
    pub cmdsta: CMDSTA,
    #[doc = "0x08 - Interrupt Flags From RF Hardware Modules"]
    pub rfhwifg: RFHWIFG,
    #[doc = "0x0c - Interrupt Enable For RF Hardware Modules"]
    pub rfhwien: RFHWIEN,
    #[doc = "0x10 - Interrupt Flags For Command and Packet Engine Generated Interrupts"]
    pub rfcpeifg: RFCPEIFG,
    #[doc = "0x14 - Interrupt Enable For Command and Packet Engine Generated Interrupts"]
    pub rfcpeien: RFCPEIEN,
    #[doc = "0x18 - Interrupt Vector Selection For Command and Packet Engine Generated Interrupts"]
    pub rfcpeisl: RFCPEISL,
    #[doc = "0x1c - Doorbell Command Acknowledgement Interrupt Flag"]
    pub rfackifg: RFACKIFG,
    #[doc = "0x20 - RF Core General Purpose Output Control"]
    pub sysgpoctl: SYSGPOCTL,
}
#[doc = "Doorbell Command Register"]
pub struct CMDR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Doorbell Command Register"]
pub mod cmdr;
#[doc = "Doorbell Command Status Register"]
pub struct CMDSTA {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Doorbell Command Status Register"]
pub mod cmdsta;
#[doc = "Interrupt Flags From RF Hardware Modules"]
pub struct RFHWIFG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Flags From RF Hardware Modules"]
pub mod rfhwifg;
#[doc = "Interrupt Enable For RF Hardware Modules"]
pub struct RFHWIEN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Enable For RF Hardware Modules"]
pub mod rfhwien;
#[doc = "Interrupt Flags For Command and Packet Engine Generated Interrupts"]
pub struct RFCPEIFG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Flags For Command and Packet Engine Generated Interrupts"]
pub mod rfcpeifg;
#[doc = "Interrupt Enable For Command and Packet Engine Generated Interrupts"]
pub struct RFCPEIEN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Enable For Command and Packet Engine Generated Interrupts"]
pub mod rfcpeien;
#[doc = "Interrupt Vector Selection For Command and Packet Engine Generated Interrupts"]
pub struct RFCPEISL {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Interrupt Vector Selection For Command and Packet Engine Generated Interrupts"]
pub mod rfcpeisl;
#[doc = "Doorbell Command Acknowledgement Interrupt Flag"]
pub struct RFACKIFG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Doorbell Command Acknowledgement Interrupt Flag"]
pub mod rfackifg;
#[doc = "RF Core General Purpose Output Control"]
pub struct SYSGPOCTL {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "RF Core General Purpose Output Control"]
pub mod sysgpoctl;