avr-libc
2.0.0
Standard C library for AVR-GCC
AVR Libc Home Page
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)
Generated on Fri Jan 1 2021 14:14:51 for avr-libc by
1.8.20