Home
last modified time | relevance | path

Searched refs:ISC21 (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DWInterrupts.c95 EICRA = (EICRA & ~((1<<ISC20) | (1<<ISC21))) | (mode << ISC20); in attachInterrupt()
116 EICRA = (EICRA & ~((1 << ISC20) | (1 << ISC21))) | (mode << ISC20); in attachInterrupt()
171 #if defined(EICRA) && defined(ISC20) && defined(ISC21) && defined(EIMSK) in attachInterrupt()
172 EICRA = (EICRA & ~((1 << ISC20) | (1 << ISC21))) | (mode << ISC20); in attachInterrupt()
174 #elif defined(MCUCR) && defined(ISC20) && defined(ISC21) && defined(GICR) in attachInterrupt()
175 MCUCR = (MCUCR & ~((1 << ISC20) | (1 << ISC21))) | (mode << ISC20); in attachInterrupt()
178 MCUCR = (MCUCR & ~((1 << ISC20) | (1 << ISC21))) | (mode << ISC20); in attachInterrupt()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diomxxhva.h269 #define ISC21 5 macro
H A Diom406.h336 #define ISC21 5 macro
H A Diousbxx2.h367 #define ISC21 5 macro
H A Diom128a.h547 #define ISC21 5 macro
H A Dio90pwm161.h704 #define ISC21 5 macro
H A Diom164pa.h429 #define ISC21 5 macro
H A Diom1284.h441 #define ISC21 5 macro
H A Diom32hvbrevb.h378 #define ISC21 5 macro
H A Diom64a.h554 #define ISC21 5 macro
H A Diomxx4.h412 #define ISC21 5 macro
H A Diom16hva2.h337 #define ISC21 5 macro
H A Dio90pwm1.h505 #define ISC21 5 macro
H A Dio90pwm81.h891 #define ISC21 5 macro
H A Diom16u2.h440 #define ISC21 5 macro
H A Diom644a.h470 #define ISC21 5 macro
H A Diom8u2.h440 #define ISC21 5 macro
H A Diom32u2.h440 #define ISC21 5 macro
H A Diom16hvbrevb.h380 #define ISC21 5 macro
H A Diom64.h594 #define ISC21 5 macro
H A Diom32hvb.h380 #define ISC21 5 macro
H A Dio90pwm216.h473 #define ISC21 5 macro
H A Dio90pwm316.h473 #define ISC21 5 macro
H A Diom128.h605 #define ISC21 5 macro
H A Diom16hvb.h380 #define ISC21 5 macro

123