view libftmini/eeprom_func.h @ 77:66cbbd7d85cf

ftee-gen*: allow trailing ws and comments after ftdi-chip and eeprom settings
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 26 Sep 2023 01:17:32 +0000
parents 4e5c8ac4d508
children
line wrap: on
line source

/* declarations for libftmini EEPROM operation functions */

u_short ftmini_read_eeprom_loc(usb_dev_handle *usbh, u_short addr);
void ftmini_write_eeprom_loc(usb_dev_handle *usbh, u_short addr, u_short val);
void ftmini_erase_eeprom(usb_dev_handle *usbh);

void ft232r_eeprom_magic(usb_dev_handle *usbh);