table of contents
other versions
other sections
deprecated(3avr) | avr-libc | deprecated(3avr) |
NAMEΒΆ
deprecated - 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)
Sun Dec 13 2015 | Version 1.8.0svn |