#include <plic.h>
Data Fields | |
| u32 | target |
| Set Target to handler external interrupt. | |
| u32 | gateway |
| Interrupt source ID. | |
| u32 | priority |
| Priority Level: 0=Disable, 1=Low, 3=Highest. | |
| u32 | enable |
| Interrupt Enable Bit (1=Enable). | |
| u32 | threshold |
| CPU accepts any priority > 0. | |
PLIC instance. Holds the software registers and hardware pointer.
| u32 plic_instance_t::priority |
| u32 plic_instance_t::target |