Skip to main content

nrf91/pdm_ns/
sample.rs

1#[doc = "RAM address pointer to write samples to with EasyDMA"]
2pub struct PTR {
3    register: ::vcell::VolatileCell<u32>,
4}
5#[doc = "RAM address pointer to write samples to with EasyDMA"]
6pub mod ptr;
7#[doc = "Number of samples to allocate memory for in EasyDMA mode"]
8pub struct MAXCNT {
9    register: ::vcell::VolatileCell<u32>,
10}
11#[doc = "Number of samples to allocate memory for in EasyDMA mode"]
12pub mod maxcnt;