Skip to content

FTDI.FT4232H_EEPROM_STRUCTURE ​

EEPROM structure specific to FT4232H devices. Inherits from FT_EEPROM_DATA.

Kind: Class

Namespace: FTD2XX_NET

Inheritance: FT_EEPROM_DATA

Public Constructors

FTDI.FT4232H_EEPROM_STRUCTURE()

Public Attributes

bool

PullDownEnable

Determines if IOs are pulled down when the device is in suspend

bool

SerNumEnable

Determines if the serial number is enabled

bool

ASlowSlew

Determines if A pins have a slow slew rate

bool

ASchmittInput

Determines if the A pins have a Schmitt input

byte

ADriveCurrent

Determines the A 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

bool

BSlowSlew

Determines if B pins have a slow slew rate

bool

BSchmittInput

Determines if the B pins have a Schmitt input

byte

BDriveCurrent

Determines the B 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

bool

CSlowSlew

Determines if C pins have a slow slew rate

bool

CSchmittInput

Determines if the C pins have a Schmitt input

byte

CDriveCurrent

Determines the C 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

bool

DSlowSlew

Determines if D pins have a slow slew rate

bool

DSchmittInput

Determines if the D pins have a Schmitt input

byte

DDriveCurrent

Determines the D 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

bool

ARIIsTXDEN

RI of port A acts as RS485 transmit enable (TXDEN)

bool

BRIIsTXDEN

RI of port B acts as RS485 transmit enable (TXDEN)

bool

CRIIsTXDEN

RI of port C acts as RS485 transmit enable (TXDEN)

bool

DRIIsTXDEN

RI of port D acts as RS485 transmit enable (TXDEN)

bool

AIsVCP

Determines if channel A loads the VCP driver

bool

BIsVCP

Determines if channel B loads the VCP driver

bool

CIsVCP

Determines if channel C loads the VCP driver

bool

DIsVCP

Determines if channel D loads the VCP driver