1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#[doc = "Description cluster\\[0\\]: Input positive pin selection for CH\\[0\\]"]
pub struct PSELP {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Input positive pin selection for CH\\[0\\]"]
pub mod pselp;
#[doc = "Description cluster\\[0\\]: Input negative pin selection for CH\\[0\\]"]
pub struct PSELN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Input negative pin selection for CH\\[0\\]"]
pub mod pseln;
#[doc = "Description cluster\\[0\\]: Input configuration for CH\\[0\\]"]
pub struct CONFIG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Input configuration for CH\\[0\\]"]
pub mod config;
#[doc = "Description cluster\\[0\\]: High/low limits for event monitoring a channel"]
pub struct LIMIT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: High/low limits for event monitoring a channel"]
pub mod limit;