#[doc = "Description cluster[0]: Start address for region 0"]
pub struct START {
register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[0]: Start address for region 0"]
pub mod start;
#[doc = "Description cluster[0]: End address of region 0"]
pub struct END {
register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[0]: End address of region 0"]
pub mod end;