#include <stdint.h>
#include <stdbool.h>
#include <EventDistributor.h>
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