Function soapysdr_sys::SoapySDRDevice_readRegisters
source · pub unsafe extern "C" fn SoapySDRDevice_readRegisters(
device: *const SoapySDRDevice,
name: *const c_char,
addr: c_uint,
length: *mut usize
) -> *mut c_uintExpand description
Read a memory block on the device given the interface name. Pass the number of words to be read in via length; length will be set to the number of actual words read. \param device a pointer to a device instance \param name the name of a available memory block interface \param addr the memory block start address \param [in,out] length number of words to be read from memory block \return the memory block content