#include <stdbool.h>#include <stdint.h>#include <inc/hw_types.h>#include <inc/hw_memmap.h>#include <inc/hw_event.h>#include <driverlib/debug.h>Go to the source code of this file.
Functions | |
| __STATIC_INLINE void | EventRegister (uint32_t ui32ProgOut, uint32_t ui32EventId) |
| Register a dynamic Event in the event fabric and connect a subscriber. More... | |