Struct nrf52840_pac::saadc::result::RESULT
source · #[repr(C)]pub struct RESULT {
pub ptr: PTR,
pub maxcnt: MAXCNT,
pub amount: AMOUNT,
}
Expand description
Register block
Fields§
§ptr: PTR
0x00 - Data pointer
maxcnt: MAXCNT
0x04 - Maximum number of 16-bit samples to be written to output RAM buffer
amount: AMOUNT
0x08 - 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