MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / timerConfigForReceive

Function timerConfigForReceive

src/private/IRTimer.hpp:123–124  ·  view source on GitHub ↗

* Configures the timer to be able to generate the receive sample interrupt, * which consumes a small amount of CPU every 50 (MICROS_PER_TICK) us. * The actual interrupt generation is controlled by timerEnableReceiveInterrupt() and timerDisableReceiveInterrupt(). * timerConfigForReceive() is used exclusively by IRrecv::start() */

Source from the content-addressed store, hash-verified

121 * timerConfigForReceive() is used exclusively by IRrecv::start()
122 */
123void timerConfigForReceive() {
124}
125/**
126 * Enables the receive sample timer interrupt, which consumes a small amount of CPU every 50 us.
127 */

Callers 3

startMethod · 0.85
restartTimerMethod · 0.85

Calls 3

stopMethod · 0.80
beginMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected