pub unsafe extern "C" fn SoapySDRDevice_writeRegisters(
    device: *mut SoapySDRDevice,
    name: *const c_char,
    addr: c_uint,
    value: *const c_uint,
    length: usize
) -> c_int
Expand description

Write a memory block on the device given the interface name. This can represent a memory block on a soft CPU, FPGA, IC; the interpretation is up the implementation to decide. \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 value the memory block content \param length the number of words in the block \return 0 for success or error code on failure