#[doc = "Description cluster: Enable channel group n"]
pub struct EN {
register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Enable channel group n"]
pub mod en;
#[doc = "Description cluster: Disable channel group n"]
pub struct DIS {
register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster: Disable channel group n"]
pub mod dis;