Home
last modified time | relevance | path

Searched refs:avr_write_byte (Results 1 – 24 of 24) sorted by relevance

/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dsafemode.c49 if (avr_write_byte(pgm, p, m, 0, fuse) != 0) in safemode_writefuse()
H A Davr.c785 int avr_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem, in avr_write_byte() function
1002 rc = avr_write_byte(pgm, p, m, i, data); in avr_write()
1214 rc = avr_write_byte(pgm, p, a, a->size-i, v1); in avr_put_cycle_count()
H A DChangeLog-2002187 Fix error reporting by avr_write_byte().
H A Dlibavrdude.h741 int avr_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem,
H A Dterm.c402 rc = avr_write_byte(pgm, p, mem, addr+i, buf[i]); in cmd_write()
H A DChangeLog-2003125 * avr.c (avr_write_byte): If pgm->write_byte method fails, retry with
420 Have avr_write_byte() call pgm->write_byte or avr_write_byte_default().
H A DChangeLog-2001346 Also, re-code avr_read_byte() and avr_write_byte() to properly
H A DChangeLog-2004-2006171 * avr.c: Replace the fallback of avr_read_byte() and avr_write_byte() to
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dsafemode.c49 if (avr_write_byte(pgm, p, m, 0, fuse) != 0) in safemode_writefuse()
H A Davr.c791 int avr_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem, in avr_write_byte() function
1011 rc = avr_write_byte(pgm, p, m, i, data); in avr_write()
1185 rc = avr_write_byte(pgm, p, a, a->size-i, v1); in avr_put_cycle_count()
H A DChangeLog-2002187 Fix error reporting by avr_write_byte().
H A Dlibavrdude.h761 int avr_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem,
H A Dterm.c402 rc = avr_write_byte(pgm, p, mem, addr+i, buf[i]); in cmd_write()
H A DChangeLog-2003125 * avr.c (avr_write_byte): If pgm->write_byte method fails, retry with
420 Have avr_write_byte() call pgm->write_byte or avr_write_byte_default().
H A DChangeLog-2001346 Also, re-code avr_read_byte() and avr_write_byte() to properly
H A DChangeLog-2004-2006171 * avr.c: Replace the fallback of avr_read_byte() and avr_write_byte() to
/dports/devel/avrdude/avrdude-6.4/
H A Dsafemode.c49 if (avr_write_byte(pgm, p, m, 0, fuse) != 0) in safemode_writefuse()
H A Davr.c790 int avr_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem, in avr_write_byte() function
1007 rc = avr_write_byte(pgm, p, m, i, data); in avr_write()
1222 rc = avr_write_byte(pgm, p, a, a->size-i, v1); in avr_put_cycle_count()
H A DChangeLog-2002187 Fix error reporting by avr_write_byte().
H A Dlibavrdude.h746 int avr_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem,
H A Dterm.c402 rc = avr_write_byte(pgm, p, mem, addr+i, buf[i]); in cmd_write()
H A DChangeLog-2003125 * avr.c (avr_write_byte): If pgm->write_byte method fails, retry with
420 Have avr_write_byte() call pgm->write_byte or avr_write_byte_default().
H A DChangeLog-2001346 Also, re-code avr_read_byte() and avr_write_byte() to properly
H A DChangeLog-2004-2006171 * avr.c: Replace the fallback of avr_read_byte() and avr_write_byte() to