OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCCR2B
(Results
1 - 2
of
2
) sorted by null
/external/arduino/hardware/arduino/cores/arduino/
Tone.cpp
41
#define
TCCR2B
TCCR2
167
#if defined(TCCR2A) && defined(
TCCR2B
)
171
TCCR2B
= 0;
173
bitWrite(
TCCR2B
, CS20, 1);
292
#if defined(
TCCR2B
)
294
TCCR2B
= prescalarbits;
438
#if defined(
TCCR2B
) && defined(CS22)
439
TCCR2B
= (
TCCR2B
& 0b11111000) | (1 << CS22);
wiring.c
235
#elif defined(
TCCR2B
) && defined(CS22)
236
sbi(
TCCR2B
, CS22);
Completed in 35 milliseconds