Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
zaf_event_distributor.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Silicon Laboratories Inc. <https://www.silabs.com/>
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
13
14#ifndef ZAF_EVENT_DISTRIBUTOR_H
15#define ZAF_EVENT_DISTRIBUTOR_H
16
17#include <stdint.h>
18#include <stdbool.h>
19#include <EventDistributor.h>
20
27
34
42const SEventDistributor *zaf_event_distributor_get(void);
43
52
57
58#endif /* ZAF_EVENT_DISTRIBUTOR_H */
uint32_t zaf_event_distributor_distribute(void)
Distributes events.
const SEventDistributor * zaf_event_distributor_get(void)
Gets the events distributor.
void zaf_event_distributor_init(void)
Initializes the ZAF Event Distributor component.