Struct nrf52840::pdm::SAMPLE[][src]

#[repr(C)]
pub struct SAMPLE { pub ptr: PTR, pub maxcnt: MAXCNT, }

Register block

Fields

0x00 - RAM address pointer to write samples to with EasyDMA

0x04 - Number of samples to allocate memory for in EasyDMA mode

Auto Trait Implementations

impl Send for SAMPLE

impl !Sync for SAMPLE