Home
last modified time | relevance | path

Searched refs:WGM20 (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A Dwiring.c318 #if defined(TCCR2) && defined(WGM20) in init()
319 sbi(TCCR2, WGM20); in init()
320 #elif defined(TCCR2A) && defined(WGM20) in init()
321 sbi(TCCR2A, WGM20); in init()
H A DTone.cpp448 #if defined(TCCR2A) && defined(WGM20) in disableTimer()
449 TCCR2A = (1 << WGM20); in disableTimer()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/variants/circuitplay32u4/
H A Dpins_arduino.h52 #undef WGM20
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/variants/leonardo/
H A Dpins_arduino.h50 #undef WGM20
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diom8a.h294 #define WGM20 6 macro
H A Diom32a.h318 #define WGM20 6 macro
H A Diom8.h370 #define WGM20 6 macro
H A Diom48pa.h496 #define WGM20 0 macro
H A Diom8535.h453 #define WGM20 6 macro
H A Diom165pa.h596 #define WGM20 6 macro
H A Dioa6614q.h498 #define WGM20 0 macro
H A Diom16.h326 #define WGM20 6 macro
H A Diom325pa.h586 #define WGM20 6 macro
H A Dioa6612c.h496 #define WGM20 0 macro
H A Diom165a.h594 #define WGM20 6 macro
H A Diom168pa.h500 #define WGM20 0 macro
H A Diom32.h394 #define WGM20 6 macro
H A Dioa6613c.h496 #define WGM20 0 macro
H A Diom3250pa.h590 #define WGM20 6 macro
H A Diom48pb.h569 #define WGM20 0 macro
H A Diom88pb.h574 #define WGM20 0 macro
H A Diomx8.h524 #define WGM20 0 macro
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/
H A DTone.cpp.disabled446 #if defined(TCCR2A) && defined(WGM20)
447 TCCR2A = (1 << WGM20);
/dports/misc/visp/visp-3.4.0/tutorial/robot/mbot/arduino/mbot-serial-controller/
H A Dmbot-serial-controller.ino110 TCCR2A = _BV(WGM21) | _BV(WGM20);
/dports/devel/asl/asl-current/include/avr/
H A Dregm8.inc148 WGM20 avrbit TCCR2,6 ; Timer/Counter 2 Waveform Generation Mode

12345678910>>...13