image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
ft_eeprom_header Struct Reference

#include <ftd2xx.h>

Data Fields

FT_DEVICE deviceType
 
Device descriptor options
WORD VendorId
 
WORD ProductId
 
UCHAR SerNumEnable
 
Config descriptor options
WORD MaxPower
 
UCHAR SelfPowered
 
UCHAR RemoteWakeup
 
Hardware options
UCHAR PullDownEnable
 

Detailed Description

Definition at line 709 of file ftd2xx.h.

Field Documentation

◆ deviceType

FT_DEVICE ft_eeprom_header::deviceType

FTxxxx device type to be programmed

Definition at line 711 of file ftd2xx.h.

◆ MaxPower

WORD ft_eeprom_header::MaxPower

0 < MaxPower <= 500

Definition at line 720 of file ftd2xx.h.

◆ ProductId

WORD ft_eeprom_header::ProductId

0x6001

Definition at line 715 of file ftd2xx.h.

◆ PullDownEnable

UCHAR ft_eeprom_header::PullDownEnable

non-zero if pull down in suspend enabled

Definition at line 726 of file ftd2xx.h.

◆ RemoteWakeup

UCHAR ft_eeprom_header::RemoteWakeup

0 = not capable, 1 = capable

Definition at line 722 of file ftd2xx.h.

◆ SelfPowered

UCHAR ft_eeprom_header::SelfPowered

0 = bus powered, 1 = self powered

Definition at line 721 of file ftd2xx.h.

◆ SerNumEnable

UCHAR ft_eeprom_header::SerNumEnable

non-zero if serial number to be used

Definition at line 716 of file ftd2xx.h.

◆ VendorId

WORD ft_eeprom_header::VendorId

0x0403

Definition at line 714 of file ftd2xx.h.


The documentation for this struct was generated from the following file: