nrf5340_app_pac/
dppic_ns.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00..0x30 - Channel group tasks"]
5    pub tasks_chg: [TASKS_CHG; 6],
6    _reserved1: [u8; 0x50],
7    #[doc = "0x80..0xb0 - Subscribe configuration for tasks"]
8    pub subscribe_chg: [SUBSCRIBE_CHG; 6],
9    _reserved2: [u8; 0x0450],
10    #[doc = "0x500 - Channel enable register"]
11    pub chen: CHEN,
12    #[doc = "0x504 - Channel enable set register"]
13    pub chenset: CHENSET,
14    #[doc = "0x508 - Channel enable clear register"]
15    pub chenclr: CHENCLR,
16    _reserved5: [u8; 0x02f4],
17    #[doc = "0x800..0x818 - Description collection: Channel group n Note: Writes to this register are ignored if either SUBSCRIBE_CHG\\[n\\].EN or SUBSCRIBE_CHG\\[n\\].DIS is enabled"]
18    pub chg: [CHG; 6],
19}
20#[doc = "Channel group tasks"]
21pub use tasks_chg::TASKS_CHG;
22#[doc = r"Cluster"]
23#[doc = "Channel group tasks"]
24pub mod tasks_chg;
25#[doc = "Subscribe configuration for tasks"]
26pub use subscribe_chg::SUBSCRIBE_CHG;
27#[doc = r"Cluster"]
28#[doc = "Subscribe configuration for tasks"]
29pub mod subscribe_chg;
30#[doc = "CHEN (rw) register accessor: an alias for `Reg<CHEN_SPEC>`"]
31pub type CHEN = crate::Reg<chen::CHEN_SPEC>;
32#[doc = "Channel enable register"]
33pub mod chen;
34#[doc = "CHENSET (rw) register accessor: an alias for `Reg<CHENSET_SPEC>`"]
35pub type CHENSET = crate::Reg<chenset::CHENSET_SPEC>;
36#[doc = "Channel enable set register"]
37pub mod chenset;
38#[doc = "CHENCLR (rw) register accessor: an alias for `Reg<CHENCLR_SPEC>`"]
39pub type CHENCLR = crate::Reg<chenclr::CHENCLR_SPEC>;
40#[doc = "Channel enable clear register"]
41pub mod chenclr;
42#[doc = "CHG (rw) register accessor: an alias for `Reg<CHG_SPEC>`"]
43pub type CHG = crate::Reg<chg::CHG_SPEC>;
44#[doc = "Description collection: Channel group n Note: Writes to this register are ignored if either SUBSCRIBE_CHG\\[n\\].EN or SUBSCRIBE_CHG\\[n\\].DIS is enabled"]
45pub mod chg;