Trait drone_riscv::thr::ThrsInitToken [−][src]
Threads initialization token.
Safety
- Must be defined only once for a particular set of threads.
ThrTokenstype must contain only thread tokens.
Associated Types
Loading content...Associated Constants
const EXCEPTION_HANDLER: u16[src]
Exception handler.
const TIMER_HANDLER: u16[src]
Timer interrupt handler.
const EXTERNAL_HANDLERS: &'static [u16][src]
External interrupt handlers.
const TIMER_BASE: usize[src]
Base address of TIMER Memory Map.
const PLIC_BASE: usize[src]
Base address of PLIC Memory Map.