nrf52840 0.2.0

Peripheral access API for nrf52840 microcontrollers
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Description cluster[n]: Start address for region n"]
pub struct START {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[n]: Start address for region n"]
pub mod start;
#[doc = "Description cluster[n]: End address of region n"]
pub struct END {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Description cluster[n]: End address of region n"]
pub mod end;