[][src]Function hf2::write_words

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

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