| 33 | inline static void fastset(FASTLED_REGISTER port_ptr_t /*port*/, FASTLED_REGISTER fl::u8 val) __attribute__((always_inline)) { set(val); } |
| 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 |
no outgoing calls
no test coverage detected