#include <stdbool.h>#include <stdint.h>#include "../inc/hw_types.h"#include "../inc/hw_memmap.h"#include "../inc/hw_event.h"#include "debug.h"Functions | |
| static void | EventRegister (uint32_t ui32EventSubscriber, uint32_t ui32EventSource) |
| Connects an event to an event subscriber via Event Fabric. More... | |
| static void | EventSwEventSet (uint32_t ui32SwEvent) |
| Sets software event. More... | |
| static void | EventSwEventClear (uint32_t ui32SwEvent) |
| Clears software event. More... | |
| static uint32_t | EventSwEventGet (uint32_t ui32SwEvent) |
| Gets software event status. More... | |