AVR Libc Home Page AVRs AVR Libc Development Pages
Main Page User Manual Reference FAQ Example Projects

Deprecated List

globalScope> Global cbi (port, bit)
globalScope> Global enable_external_int (mask)
globalScope> Global inb (port)
globalScope> Global inp (port)
globalScope> Global INTERRUPT (signame)
globalScope> Global ISR_ALIAS (vector, target_vector)
For new code, the use of ISR(..., ISR_ALIASOF(...)) is recommended.
globalScope> Global outb (port, val)
globalScope> Global outp (val, port)
globalScope> Global sbi (port, bit)
globalScope> Global SIGNAL (vector)
Do not use SIGNAL() in new code. Use ISR() instead.
globalScope> Global timer_enable_int (unsigned char ints)