Establish avr_*timestamp() routines for timing

This commit is contained in:
Stefan Rueger
2022-11-25 22:09:02 +00:00
parent 231e88aaf9
commit 1cb169ec93
7 changed files with 54 additions and 34 deletions

View File

@@ -886,6 +886,12 @@ int avr_read(const PROGRAMMER * pgm, const AVRPART *p, const char *memtype, cons
int avr_write_page(const PROGRAMMER *pgm, const AVRPART *p, const AVRMEM *mem,
unsigned long addr);
unsigned long avr_ustimestamp();
unsigned long avr_mstimestamp();
double avr_timestamp();
int avr_write_byte(const PROGRAMMER *pgm, const AVRPART *p, const AVRMEM *mem,
unsigned long addr, unsigned char data);