Init data structure for the interrupt controller setting. More...
#include <src/c_include/pruio_intc.h>

Public Attributes | |
| int8 | sysevts_enabled [NUM_PRU_SYS_EVTS] |
| The list of enabled system events. | |
| tsysevt_to_channel_map | sysevt_to_channel_map [NUM_PRU_SYS_EVTS] |
| Mapping from system event to interrupt channel. | |
| tchannel_to_host_map | channel_to_host_map [NUM_PRU_CHANNELS] |
| Mapping from interrupt channel to host. | |
| uint32 | host_enable_bitmask |
| The mask of enabled host interrupts. | |
Init data structure for the interrupt controller setting.
Definition at line 98 of file pruio_intc.h.