custom event manager More...
Go to the source code of this file.
Data Structures | |
| struct | tr_event_struct_t |
Macros | |
| #define | TR_EVENT(name) |
| #define | TR_EVENT_SET_DELAY(name, ms, arg) |
| #define | TR_EVENT_SET_ACTIVE(name, arg) |
| #define | TR_EVENT_SET_INACTIVE(name) |
| #define | TR_EVENT_GET_DELAY(name) |
| #define | TR_EVENT_GET_ARG(name) |
Typedefs | |
| typedef void(* | event_cb) (uint32_t arg) |
custom event manager
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| #define TR_EVENT | ( | name | ) |
| typedef void(* event_cb) (uint32_t arg) |