pub unsafe extern "C" fn SoapySDRDevice_readRegister(
    device: *const SoapySDRDevice,
    name: *const c_char,
    addr: c_uint
) -> c_uint
Expand description

Read a register on the device given the interface name. \param device a pointer to a device instance \param name the name of a available register interface \param addr the register address \return the register value