OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCR2A
(Results
1 - 2
of
2
) sorted by null
/external/arduino/hardware/arduino/cores/arduino/
Tone.cpp
44
#define
OCR2A
OCR2
373
#if defined(
OCR2A
) && defined(TIMSK2) && defined(OCIE2A)
375
OCR2A
= ocr;
441
#if defined(
OCR2A
)
442
OCR2A
= 0;
wiring_analog.c
166
OCR2A
= val; // set pwm duty
Completed in 35 milliseconds