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

Function timerDisableReceiveInterrupt

src/private/IRTimer.hpp:135–136  ·  view source on GitHub ↗

* Disables the receive sample timer interrupt. This must be done before using the timer for e.g. tone(). * Is a synonym for calling end() or stop(). */

Source from the content-addressed store, hash-verified

133 * Is a synonym for calling end() or stop().
134 */
135void timerDisableReceiveInterrupt() {
136}
137
138/**
139 * IF PWM should be generated not by software, but by a timer, this function sets output pin mode,

Callers 3

stopMethod · 0.85
stopTimerMethod · 0.85
timerConfigForSendFunction · 0.85

Calls 2

stopMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected