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