#include <stdint.h>#include <stdbool.h>#include <EventDistributor.h>
Include dependency graph for zaf_event_distributor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | zaf_event_distributor_init (void) |
| Initializes the ZAF Event Distributor component. | |
| const SEventDistributor * | zaf_event_distributor_get (void) |
| Gets the events distributor. | |
| uint32_t | zaf_event_distributor_distribute (void) |
| Distributes events. | |
Common ZAF Event Distributor interface