1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#[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;