#[repr(C)]pub struct RESULT {
pub ptr: PTR,
pub maxcnt: MAXCNT,
pub amount: AMOUNT,
}Expand description
Register block
Fields§
§ptr: PTR0x00 - Data pointer
maxcnt: MAXCNT0x04 - Maximum number of 16-bit samples to be written to output RAM buffer
amount: AMOUNT0x08 - Number of 16-bit samples written to output RAM buffer since the previous START task
Auto Trait Implementations§
impl !Freeze for RESULT
impl !RefUnwindSafe for RESULT
impl Send for RESULT
impl !Sync for RESULT
impl Unpin for RESULT
impl UnwindSafe for RESULT
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