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

Function loval

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

Source from the content-addressed store, hash-verified

34
35 inline static port_t hival() __attribute__((always_inline)) { return _PORT::r() | _MASK; }
36 inline static port_t loval() __attribute__((always_inline)) { return _PORT::r() & ~_MASK; }
37 inline static port_ptr_t port() __attribute__((always_inline)) { return &_PORT::r(); }
38
39 inline static port_t mask() __attribute__((always_inline)) { return _MASK; }

Callers 3

writeBytesValueRawMethod · 0.50
writeBytesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected