Module pic

Module pic 

Source
Expand description

Platform Interrupt Controller (PIC) implementations

This module contains implementations of various interrupt controllers used in different platforms and architectures.

Re-exports§

pub use plic::Plic;

Modules§

plic
RISC-V Platform-Level Interrupt Controller (PLIC) Implementation
sbi_clint
SBI-based CLINT (Core Local Interruptor) driver for RISC-V architecture. ! This driver uses SBI calls to manage local interrupts such as timer interrupts and software interrupts.