Struct nrf52840_pac::pdm::sample::SAMPLE
source · #[repr(C)]pub struct SAMPLE {
pub ptr: PTR,
pub maxcnt: MAXCNT,
}
Expand description
Register block
Fields§
§ptr: PTR
0x00 - RAM address pointer to write samples to with EasyDMA
maxcnt: MAXCNT
0x04 - Number of samples to allocate memory for in EasyDMA mode
Auto Trait Implementations§
impl !Freeze for SAMPLE
impl !RefUnwindSafe for SAMPLE
impl Send for SAMPLE
impl !Sync for SAMPLE
impl Unpin for SAMPLE
impl UnwindSafe for SAMPLE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more