Home
last modified time | relevance | path

Searched refs:OCIE3A (Results 1 – 25 of 125) sorted by relevance

12345

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DTone.cpp394 #if defined(OCR3A) && defined(TIMSK3) && defined(OCIE3A) in tone()
398 bitWrite(TIMSK3, OCIE3A, 1); in tone()
459 #if defined(TIMSK3) && defined(OCIE3A) in disableTimer()
461 bitWrite(TIMSK3, OCIE3A, 0); in disableTimer()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diom128a.h639 #define OCIE3A 4 macro
H A Diom162.h340 #define OCIE3A 4 macro
H A Diom1284.h493 #define OCIE3A 1 macro
H A Diom64a.h646 #define OCIE3A 4 macro
H A Diom64.h662 #define OCIE3A 4 macro
H A Diom128.h673 #define OCIE3A 4 macro
H A Diom1284p.h524 #define OCIE3A 1 macro
H A Diousbxx6_7.h542 #define OCIE3A 1 macro
H A Diom16u4.h528 #define OCIE3A 1 macro
H A Diocanxx.h1507 #define OCIE3A 1 macro
H A Diom32u6.h584 #define OCIE3A 1 macro
H A Diom32u4.h536 #define OCIE3A 1 macro
H A Diomxx0_1.h609 #define OCIE3A 1 macro
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/
H A DTone.cpp.disabled396 bitWrite(TIMSK3, OCIE3A, 1);
/dports/devel/asl/asl-current/include/avr/
H A Dregm1284.inc276 OCIE3A avrbit TIMSK3,1 ; Timer/Counter 3 Output Compare Interrupt Enable A
H A Dregm162.inc244 OCIE3A avrbit ETIMSK,4 ; Timer/Counter 3 Output Compare Interrupt Enable A
H A Dregm128.inc278 OCIE3A avrbit ETIMSK,4 ; Timer/Counter 3 Output Compare Interrupt Enable A
H A Dregm64.inc281 OCIE3A avrbit ETIMSK,4 ; Timer/Counter 3 Output Compare Interrupt Enable A
/dports/editors/fpc-ide/fpc-3.2.2/rtl/embedded/avr/
H A Datmega162.pp160 OCIE3A = 4; // Timer/Counter3 Output CompareA Match Interrupt Enable
H A Datmega64a.pp376 OCIE3A = 4; // Timer/Counter3 Output CompareA Match Interrupt Enable
H A Datmega128.pp363 OCIE3A = 4; // Timer/Counter3 Output CompareA Match Interrupt Enable
/dports/lang/fpc-source/fpc-3.2.2/rtl/embedded/avr/
H A Datmega162.pp160 OCIE3A = 4; // Timer/Counter3 Output CompareA Match Interrupt Enable
/dports/lang/fpc/fpc-3.2.2/rtl/embedded/avr/
H A Datmega162.pp160 OCIE3A = 4; // Timer/Counter3 Output CompareA Match Interrupt Enable
/dports/lang/fpc-utils/fpc-3.2.2/rtl/embedded/avr/
H A Datmega162.pp160 OCIE3A = 4; // Timer/Counter3 Output CompareA Match Interrupt Enable

12345