AVR-LibC  2.3.0git
Standard C library for AVR-GCC
 

AVR-LibC Documen­tation

AVR-LibC Development Pages

Main Page

User Manual

Library Refe­rence

FAQ

Example Projects

File List

Index

Loading...
Searching...
No Matches
Deprecated List
Global cbi (port, bit)
Global enable_external_int (mask)
Global inb (port)
Global inp (port)
Global INTERRUPT (signame)
Global ISR_ALIAS (vector, target_vector)
For new code, the use of ISR(..., ISR_ALIASOF(...)) or ISR_N is recommended. Notice that using ISR_N does not impose a JMP/RJMP overhead.
Global outb (port, val)
Global outp (val, port)
Global sbi (port, bit)
Global SIGNAL (vector)
Do not use SIGNAL() in new code. Use ISR() or ISR_N() instead.
Global timer_enable_int (unsigned char ints)