Home
last modified time | relevance | path

Searched refs:FLASH_INSTR_SIZE (Results 1 – 10 of 10) sorted by relevance

/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dlibavrdude.h206 #define FLASH_INSTR_SIZE 3 macro
239 unsigned char flash_instr[FLASH_INSTR_SIZE]; /* flash instructions (debugWire, JTAG) */
H A Dconfig_gram.y788 memset(current_part->flash_instr, 0, FLASH_INSTR_SIZE);
791 if (nbytes < FLASH_INSTR_SIZE)
H A DjtagmkII.c979 memcpy(sendbuf.dd.ucFlashInst, p->flash_instr, FLASH_INSTR_SIZE); in jtagmkII_set_devdescr()
/dports/devel/avrdude/avrdude-6.4/
H A Dlibavrdude.h205 #define FLASH_INSTR_SIZE 3 macro
239 unsigned char flash_instr[FLASH_INSTR_SIZE]; /* flash instructions (debugWire, JTAG) */
H A Dconfig_gram.y798 memset(current_part->flash_instr, 0, FLASH_INSTR_SIZE);
801 if (nbytes < FLASH_INSTR_SIZE)
H A DjtagmkII.c981 memcpy(sendbuf.dd.ucFlashInst, p->flash_instr, FLASH_INSTR_SIZE); in jtagmkII_set_devdescr()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dlibavrdude.h216 #define FLASH_INSTR_SIZE 3 macro
249 unsigned char flash_instr[FLASH_INSTR_SIZE]; /* flash instructions (debugWire, JTAG) */
H A Dconfig_gram.y788 memset(current_part->flash_instr, 0, FLASH_INSTR_SIZE);
791 if (nbytes < FLASH_INSTR_SIZE)
H A Dconfig_gram.c2517 memset(current_part->flash_instr, 0, FLASH_INSTR_SIZE); in yyparse()
2520 if (nbytes < FLASH_INSTR_SIZE) in yyparse()
H A DjtagmkII.c979 memcpy(sendbuf.dd.ucFlashInst, p->flash_instr, FLASH_INSTR_SIZE); in jtagmkII_set_devdescr()