Function hf2::write_flash_page[][src]

pub fn write_flash_page(
    d: &HidDevice,
    target_address: u32,
    data: Vec<u8>
) -> Result<(), Error>
Expand description

Write a single page of flash memory. Empty tuple response.