Home
last modified time | relevance | path

Searched refs:OCR0A (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanMotors/
H A DOrangutanMotors.cpp147 OCR0A = OCR0B = OCR2A = OCR2B = 0; in init2()
209 OCR0A = speed; // pwm the other input in setM1Speed()
214 OCR0A = 0; // hold the other driver input high in setM1Speed()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/battery/
H A Dtimer.c31 OCR0A = 244;//244; in timer0_init()
/dports/devel/avr-libc/avr-libc-2.0.0/doc/examples/asmdemo/
H A Dasmdemo.c57 OCR0A = 255; in ioinit()
/dports/devel/tinygo/tinygo-0.14.1/src/machine/
H A Dmachine_atmega328p.go72 avr.OCR0A.Set(value8) // set pwm duty
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DTone.cpp365 #if defined(OCR0A) && defined(TIMSK0) && defined(OCIE0A) in tone()
367 OCR0A = ocr; in tone()
H A Dwiring_analog.c137 OCR0A = val; // set pwm duty in analogWrite()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/rev_c/
H A Dmain.c114 OCR0A = 244; // 250ms with 1024 prescale in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/e300/rev_b/
H A Dmain.c114 OCR0A = 244; // 250ms with 1024 prescale in main()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/
H A Dtimer.h45 SpecialFunctionRegister(OCR0A);
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diotn13.h237 #define OCR0A _SFR_IO8(0x36) macro
H A Diotn13a.h282 #define OCR0A _SFR_IO8(0x36) macro
H A Diotnx5.h249 #define OCR0A _SFR_IO8(0x29) macro
H A Diomxxhva.h167 #define OCR0A _SFR_IO8(0x28) macro
H A Diotnx4.h353 #define OCR0A _SFR_IO8(0x36) macro
H A Diotn4.h160 #define OCR0A _SFR_IO16(0x26) macro
H A Diotnx61.h166 #define OCR0A _SFR_IO8(0x13) macro
H A Diotn9.h160 #define OCR0A _SFR_IO16(0x26) macro
H A Diotn10.h193 #define OCR0A _SFR_IO16(0x26) macro
H A Diotn5.h193 #define OCR0A _SFR_IO16(0x26) macro
H A Diotn43u.h435 #define OCR0A _SFR_IO8(0x36) macro
H A Diom406.h218 #define OCR0A _SFR_IO8(0x27) macro
H A Diom48pa.h212 #define OCR0A _SFR_IO8(0x27) macro
H A Diom64hve2.h180 #define OCR0A _SFR_IO8(0x28) macro
/dports/devel/arduino-irremote/Arduino-IRremote-3.5.2/src/private/
H A DIRTimer.hpp614 OCR0A = pwmval - 1; in timerConfigForSend()
624 OCR0A = TIMER_COUNT_TOP; in timerConfigForReceive()
629 OCR0A = TIMER_COUNT_TOP / 8; in timerConfigForReceive()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/
H A DTone.cpp.disabled363 #if defined(OCR0A) && defined(TIMSK0) && defined(OCIE0A)
365 OCR0A = ocr;

12345678910>>...34