avr-libc
2.1.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
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(...)) is recommended.
Global
outb
(port, val)
Global
outp
(val, port)
Global
sbi
(port, bit)
Global
SIGNAL
(vector)
Do not use
SIGNAL()
in new code. Use
ISR()
instead.
Global
timer_enable_int
(unsigned char ints)
Generated on Sat Jan 29 2022 00:24:04 for avr-libc by
1.8.14