avr-libc  2.0.0
Standard C library for AVR-GCC

AVR Libc Home Page

AVRs

AVR Libc Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

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