MCPcopy Create free account
hub / github.com/FastLED/FastLED / free_timer

Function free_timer

src/platforms/esp/32/isr_esp32_idf4.hpp:121–125  ·  view source on GitHub ↗

* Free a previously allocated timer */

Source from the content-addressed store, hash-verified

119 * Free a previously allocated timer
120 */
121static void free_timer(timer_group_t group, timer_idx_t idx) FL_NOEXCEPT {
122 taskENTER_CRITICAL(&timer_alloc_mutex);
123 timer_allocated[group][idx] = false;
124 taskEXIT_CRITICAL(&timer_alloc_mutex);
125}
126
127// =============================================================================
128// Timer Callback Wrapper

Callers 2

attach_timer_handlerFunction · 0.70
detach_handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected