[][src]Function hf2::write_flash_page

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

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