Typedef EventFunc

Typedef Documentation

using EventFunc = void (*)(uint32_t, uint32_t)

Function pointer type for event execution.

Event functions receive two 32-bit arguments and perform the actual hardware control operations (pin setting, toggling, etc.).

Param arg1:

First argument (typically pin index or duration)

Param arg2:

Second argument (typically additional parameters)