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

Go to the source code of this file.

Functions

void pickit2_initpgm (PROGRAMMER *pgm)
 

Variables

const char pickit2_desc []
 

Function Documentation

◆ pickit2_initpgm()

void pickit2_initpgm ( PROGRAMMER pgm)
1326{
1327 /*
1328 * mandatory functions - these are called without checking to see
1329 * whether they are assigned or not
1330 */
1331
1333
1334 strncpy(pgm->type, "pickit2", sizeof(pgm->type));
1335}
static PROGRAMMER * pgm
Definition main.c:192
static int pickit2_nousb_open(struct programmer_t *pgm, char *name)
Definition pickit2.c:1313
int(* open)(struct programmer_t *pgm, char *port)
Definition libavrdude.h:657
char type[PGM_TYPELEN]
Definition libavrdude.h:619

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

+ Here is the call graph for this function:

Variable Documentation

◆ pickit2_desc

const char pickit2_desc[]
extern