FreeCalypso > hg > fc-usbser-tools
comparison libftmini/eeprom_func.h @ 22:4e5c8ac4d508
libftmini: add function for FT232R magic
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 09 Sep 2023 01:06:43 +0000 |
| parents | 67ecb394b24f |
| children |
comparison
equal
deleted
inserted
replaced
| 21:af801ab43a33 | 22:4e5c8ac4d508 |
|---|---|
| 1 /* declarations for libftmini EEPROM operation functions */ | 1 /* declarations for libftmini EEPROM operation functions */ |
| 2 | 2 |
| 3 u_short ftmini_read_eeprom_loc(usb_dev_handle *usbh, u_short addr); | 3 u_short ftmini_read_eeprom_loc(usb_dev_handle *usbh, u_short addr); |
| 4 void ftmini_write_eeprom_loc(usb_dev_handle *usbh, u_short addr, u_short val); | 4 void ftmini_write_eeprom_loc(usb_dev_handle *usbh, u_short addr, u_short val); |
| 5 void ftmini_erase_eeprom(usb_dev_handle *usbh); | 5 void ftmini_erase_eeprom(usb_dev_handle *usbh); |
| 6 | |
| 7 void ft232r_eeprom_magic(usb_dev_handle *usbh); |
