table of contents
other versions
other sections
deprecated(3avr) | avr-libc | deprecated(3avr) |
NAMEΒΆ
deprecated - 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)
Fri Jan 1 2021 | Version 2.0.0 |