Trait r3_port_riscv::Plic

source ·
pub unsafe trait Plic: PlicOptions { }
Expand description

Provides access to a system-global PLIC instance. Implemented by use_plic!.

Safety

This trait is not intended to be implemented in any other means.

Implementors§