OpenOCD
ft2232_layout Struct Reference

Data Fields

void(* blink )(void)
 
int channel
 
int(* init )(void)
 
const char * name
 
void(* reset )(int trst, int srst)
 

Detailed Description

Definition at line 166 of file ft2232.c.

Field Documentation

void(* ft2232_layout::blink)(void)

Definition at line 170 of file ft2232.c.

Referenced by ft2232_execute_queue().

int ft2232_layout::channel

Definition at line 171 of file ft2232.c.

int(* ft2232_layout::init)(void)

Definition at line 168 of file ft2232.c.

Referenced by ft2232_init().

const char* ft2232_layout::name

Definition at line 167 of file ft2232.c.

Referenced by axm0432_jtag_init(), COMMAND_HANDLER(), and jtagkey_init().

void(* ft2232_layout::reset)(int trst, int srst)

Definition at line 169 of file ft2232.c.

Referenced by ft2232_execute_reset().


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