Function tgl_pin_event_func
Defined in File events.h
Function Documentation
-
void tgl_pin_event_func(uint32_t arg1_pin_idx, uint32_t arg2)
Event function for toggling a pin.
Event callback function that toggles the state of the specified pin. This function is used internally by the event system.
- Parameters:
arg1_pin_idx – IOPORT index of the pin to toggle (see pin_map_t in pins.cpp for pin names)
arg2 – Unused parameter (for event function compatibility)