sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
usbportability.h File Reference
#include <avr/io.h>
#include <avr/pgmspace.h>

Go to the source code of this file.

Macros

#define USB_READ_FLASH(addr)   pgm_read_byte(addr)
 
#define macro   .macro
 
#define endm   .endm
 
#define nop2   rjmp .+0 /* jump to next instruction */
 
#define PRG_RDB(addr)   USB_READ_FLASH(addr)
 

Macro Definition Documentation

#define endm   .endm
#define macro   .macro
#define nop2   rjmp .+0 /* jump to next instruction */
#define PRG_RDB (   addr)    USB_READ_FLASH(addr)
#define USB_READ_FLASH (   addr)    pgm_read_byte(addr)