C# Class FTD2XX_NET.FTDI.FT2232H_EEPROM_STRUCTURE

EEPROM structure specific to FT2232H devices. Inherits from FT_EEPROM_DATA.
Inheritance: FT_EEPROM_DATA
Show file Open project: GNOME/chronojump

Public Properties

Property Type Description
AHDriveCurrent byte
AHSchmittInput bool
AHSlowSlew bool
AIsVCP bool
ALDriveCurrent byte
ALSchmittInput bool
ALSlowSlew bool
BHDriveCurrent byte
BHSchmittInput bool
BHSlowSlew bool
BIsVCP bool
BLDriveCurrent byte
BLSchmittInput bool
BLSlowSlew bool
IFAIsFastSer bool
IFAIsFifo bool
IFAIsFifoTar bool
IFBIsFastSer bool
IFBIsFifo bool
IFBIsFifoTar bool
PowerSaveEnable bool
PullDownEnable bool
SerNumEnable bool

Property Details

AHDriveCurrent public property

Determines the AH pins drive current in mA. Valid values are FT_DRIVE_CURRENT_4MA, FT_DRIVE_CURRENT_8MA, FT_DRIVE_CURRENT_12MA or FT_DRIVE_CURRENT_16MA
public byte AHDriveCurrent
return byte

AHSchmittInput public property

Determines if the AH pins have a Schmitt input
public bool AHSchmittInput
return bool

AHSlowSlew public property

Determines if AH pins have a slow slew rate
public bool AHSlowSlew
return bool

AIsVCP public property

Determines if channel A loads the VCP driver
public bool AIsVCP
return bool

ALDriveCurrent public property

Determines the AL pins drive current in mA. Valid values are FT_DRIVE_CURRENT_4MA, FT_DRIVE_CURRENT_8MA, FT_DRIVE_CURRENT_12MA or FT_DRIVE_CURRENT_16MA
public byte ALDriveCurrent
return byte

ALSchmittInput public property

Determines if the AL pins have a Schmitt input
public bool ALSchmittInput
return bool

ALSlowSlew public property

Determines if AL pins have a slow slew rate
public bool ALSlowSlew
return bool

BHDriveCurrent public property

Determines the BH pins drive current in mA. Valid values are FT_DRIVE_CURRENT_4MA, FT_DRIVE_CURRENT_8MA, FT_DRIVE_CURRENT_12MA or FT_DRIVE_CURRENT_16MA
public byte BHDriveCurrent
return byte

BHSchmittInput public property

Determines if the BH pins have a Schmitt input
public bool BHSchmittInput
return bool

BHSlowSlew public property

Determines if BH pins have a slow slew rate
public bool BHSlowSlew
return bool

BIsVCP public property

Determines if channel B loads the VCP driver
public bool BIsVCP
return bool

BLDriveCurrent public property

Determines the BL pins drive current in mA. Valid values are FT_DRIVE_CURRENT_4MA, FT_DRIVE_CURRENT_8MA, FT_DRIVE_CURRENT_12MA or FT_DRIVE_CURRENT_16MA
public byte BLDriveCurrent
return byte

BLSchmittInput public property

Determines if the BL pins have a Schmitt input
public bool BLSchmittInput
return bool

BLSlowSlew public property

Determines if BL pins have a slow slew rate
public bool BLSlowSlew
return bool

IFAIsFastSer public property

Determines if channel A is in fast serial mode
public bool IFAIsFastSer
return bool

IFAIsFifo public property

Determines if channel A is in FIFO mode
public bool IFAIsFifo
return bool

IFAIsFifoTar public property

Determines if channel A is in FIFO target mode
public bool IFAIsFifoTar
return bool

IFBIsFastSer public property

Determines if channel B is in fast serial mode
public bool IFBIsFastSer
return bool

IFBIsFifo public property

Determines if channel B is in FIFO mode
public bool IFBIsFifo
return bool

IFBIsFifoTar public property

Determines if channel B is in FIFO target mode
public bool IFBIsFifoTar
return bool

PowerSaveEnable public property

For self-powered designs, keeps the FT2232H in low power state until BCBUS7 is high
public bool PowerSaveEnable
return bool

PullDownEnable public property

Determines if IOs are pulled down when the device is in suspend
public bool PullDownEnable
return bool

SerNumEnable public property

Determines if the serial number is enabled
public bool SerNumEnable
return bool