1 2 3 4 5 6
#[doc = "Description cluster[n]: Channel n task end-point"] pub struct TEP { register: ::vcell::VolatileCell<u32>, } #[doc = "Description cluster[n]: Channel n task end-point"] pub mod tep;