1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Description cluster\\[0\\]: Enable channel group 0"]
pub struct EN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Enable channel group 0"]
pub mod en;
#[doc = "Description cluster\\[0\\]: Disable channel group 0"]
pub struct DIS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster\\[0\\]: Disable channel group 0"]
pub mod dis;