pub fn read_data_buffer(
which: &RamBuffer,
size: usize,
) -> Result<Vec<u8>, RegisterError>
Expand description
Read one of the data buffers and return a bytestream from the given address with the length in events.
ยงArguments
- which : Select data buffer to read
- size : in bytes