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

Function toggle

src/platforms/avr/atmega/common/avr_pin.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 inline static void strobe() __attribute__((always_inline)) { toggle(); toggle(); }
28
29 inline static void toggle() __attribute__((always_inline)) { _PIN::r() = _MASK; }
30
31 inline static void hi(FASTLED_REGISTER port_ptr_t /*port*/) __attribute__((always_inline)) { hi(); }
32 inline static void lo(FASTLED_REGISTER port_ptr_t /*port*/) __attribute__((always_inline)) { lo(); }

Callers 15

strobeFunction · 0.70
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50
strobeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected