Home
last modified time | relevance | path

Searched refs:ISC11 (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DWInterrupts.c91 EICRA = (EICRA & ~((1<<ISC10) | (1<<ISC11))) | (mode << ISC10); in attachInterrupt()
112 EICRA = (EICRA & ~((1 << ISC10) | (1 << ISC11))) | (mode << ISC10); in attachInterrupt()
156 #if defined(EICRA) && defined(ISC10) && defined(ISC11) && defined(EIMSK) in attachInterrupt()
157 EICRA = (EICRA & ~((1 << ISC10) | (1 << ISC11))) | (mode << ISC10); in attachInterrupt()
159 #elif defined(MCUCR) && defined(ISC10) && defined(ISC11) && defined(GICR) in attachInterrupt()
160 MCUCR = (MCUCR & ~((1 << ISC10) | (1 << ISC11))) | (mode << ISC10); in attachInterrupt()
163 MCUCR = (MCUCR & ~((1 << ISC10) | (1 << ISC11))) | (mode << ISC10); in attachInterrupt()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diotn28.h129 #define ISC11 3 macro
H A Dio2313.h229 #define ISC11 3 macro
H A Dio43u35x.h222 #define ISC11 3 macro
H A Dio2333.h278 #define ISC11 3 macro
H A Dio43u32x.h212 #define ISC11 3 macro
H A Dio4414.h271 #define ISC11 3 macro
H A Dio4433.h282 #define ISC11 3 macro
H A Dio8515.h272 #define ISC11 3 macro
H A Dio8535.h328 #define ISC11 3 macro
H A Dio4434.h327 #define ISC11 3 macro
H A Diomxxhva.h271 #define ISC11 3 macro
H A Diom8a.h374 #define ISC11 3 macro
H A Diom161.h369 #define ISC11 3 macro
H A Diom163.h324 #define ISC11 3 macro
H A Diom32a.h408 #define ISC11 3 macro
H A Diom406.h338 #define ISC11 3 macro
H A Diom8.h337 #define ISC11 3 macro
H A Dioa6285.h381 #define ISC11 3 macro
H A Dioa6286.h381 #define ISC11 3 macro
/dports/devel/asl/asl-current/include/avr/
H A Dreg2313.inc63 ISC11 avrbit MCUCR,3
H A Dregtn28.inc67 ISC11 avrbit ICR,3
H A Dreg4414.inc69 ISC11 avrbit MCUCR,3
H A Dreg8515.inc69 ISC11 avrbit MCUCR,3
/dports/devel/avra/avra-1.4.2/includes/
H A Dtn28def.inc130 .equ ISC11 =3

1234567