FastLED 3.9.15
Loading...
Searching...
No Matches

◆ handle()

fl::isr::handle::handle ( )
inline

Definition at line 42 of file handler.h.

43 : platform_handle(nullptr)
44 , handler(nullptr)
45 , user_data(nullptr)
46 , platform_id(0)
47 {}
handler_fn handler
Definition handler.h:38
void * platform_handle
Definition handler.h:37
void * user_data
Definition handler.h:39

References FL_NOEXCEPT, handler, platform_handle, platform_id, and user_data.