Struct microbit::hal::pac::saadc::RESULT [−]
#[repr(C)]pub struct RESULT {
pub ptr: Reg<u32, _PTR>,
pub maxcnt: Reg<u32, _MAXCNT>,
pub amount: Reg<u32, _AMOUNT>,
}Expand description
Register block
Fields
ptr: Reg<u32, _PTR>0x00 - Data pointer
maxcnt: Reg<u32, _MAXCNT>0x04 - Maximum number of 16-bit samples to be written to output RAM buffer
amount: Reg<u32, _AMOUNT>0x08 - Number of 16-bit samples written to output RAM buffer since the previous START task
Auto Trait Implementations
impl !RefUnwindSafe for RESULT
impl UnwindSafe for RESULT
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Performs the conversion.
Performs the conversion.
Casts the value.
Casts the value.
Casts the value.
Casts the value.