clic 0.0.0

Core-Local Interrupt Controller (CLIC) RISC-V Privileged Architecture support crate
Documentation
1
2
3
4
5
//! Core-Local Interrupt Controller (CLIC) RISC-V Privileged Architecture support crate.
#![no_std]

pub mod peripheral;
pub mod register;