Function hf2::write_words[][src]

pub fn write_words(
    d: &HidDevice,
    target_address: u32,
    num_words: u32,
    words: Vec<u32>
) -> Result<(), Error>
Expand description

Dual of READ WORDS, with the same constraints. Empty tuple response.