nrf52 0.4.1

DEPRECATED: Use `nrf52832-pac` instead
Documentation
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;