Home
last modified time | relevance | path

Searched refs:OCR2A (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanMotors/
H A DOrangutanMotors.cpp104 OCR2A = OCR2B = 0; in init2()
147 OCR0A = OCR0B = OCR2A = OCR2B = 0; in init2()
182 OCR2A = speed; in setM1Speed()
269 OCR2A = speed; // pwm the other input in setM2Speed()
274 OCR2A = 0; // hold the other driver input high in setM2Speed()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DTone.cpp47 #define OCR2A OCR2 macro
386 #if defined(OCR2A) && defined(TIMSK2) && defined(OCIE2A) in tone()
388 OCR2A = ocr; in tone()
454 #if defined(OCR2A) in disableTimer()
455 OCR2A = 0; in disableTimer()
H A Dwiring_analog.c185 OCR2A = val; // set pwm duty in analogWrite()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/
H A DTone.cpp.disabled45 #define OCR2A OCR2
384 #if defined(OCR2A) && defined(TIMSK2) && defined(OCIE2A)
386 OCR2A = ocr;
452 #if defined(OCR2A)
453 OCR2A = 0;
/dports/devel/tinygo/tinygo-0.14.1/src/machine/
H A Dmachine_atmega328p.go86 avr.OCR2A.Set(value8) // set pwm duty
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/private/
H A DIRTimer.hpp368 OCR2A = pwmval - 1; in timerConfigForSend()
375 OCR2A = pwmval - 1; in timerConfigForSend()
390 OCR2A = TIMER_COUNT_TOP; in timerConfigForReceive()
396 OCR2A = TIMER_COUNT_TOP / 8; in timerConfigForReceive()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dtimer.h49 SpecialFunctionRegister(OCR2A);
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/variants/circuitplay32u4/
H A Dpins_arduino.h74 #undef OCR2A
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/variants/leonardo/
H A Dpins_arduino.h72 #undef OCR2A
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/grids/
H A Dgrids.cc363 OCR2A = kUpdatePeriod - 1; in Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/grids/
H A Dgrids.cc363 OCR2A = kUpdatePeriod - 1; in Init()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diom48pa.h513 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom165pa.h603 #define OCR2A _SFR_MEM8(0xB3) macro
H A Dioa6614q.h515 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom325pa.h593 #define OCR2A _SFR_MEM8(0xB3) macro
H A Dioa6612c.h513 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom165a.h601 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom168pa.h517 #define OCR2A _SFR_MEM8(0xB3) macro
H A Dioa6613c.h513 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom3250pa.h597 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom48pb.h586 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom88pb.h591 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diomx8.h536 #define OCR2A _SFR_MEM8 (0xB3) macro
H A Diom165p.h603 #define OCR2A _SFR_MEM8(0xB3) macro
H A Diom3290pa.h597 #define OCR2A _SFR_MEM8(0xB3) macro

12345678910>>...19