Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ft245r.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ft245r_initpgm (PROGRAMMER *pgm)
 

Variables

const char ft245r_desc []
 

Function Documentation

◆ ft245r_initpgm()

void ft245r_initpgm ( PROGRAMMER pgm)
102 {
103 strcpy(pgm->type, "ftdi_syncbb");
105}
static int ft245r_nopthread_open(struct programmer_t *pgm, char *name)
Definition ft245r.c:91
static PROGRAMMER * pgm
Definition main.c:192
int(* open)(struct programmer_t *pgm, char *port)
Definition libavrdude.h:657
char type[PGM_TYPELEN]
Definition libavrdude.h:619

References ft245r_nopthread_open(), programmer_t::open, pgm, and programmer_t::type.

+ Here is the call graph for this function:

Variable Documentation

◆ ft245r_desc

const char ft245r_desc[]
extern