Function hf2::read_words[][src]

pub fn read_words(
    d: &HidDevice,
    target_address: u32,
    num_words: u32
) -> Result<ReadWordsResponse, Error>
Expand description

Read a number of words from memory. Memory is read word by word (and not byte by byte), and target_addr must be suitably aligned. This is to support reading of special IO regions.