Struct e310x::PLIC[][src]

pub struct PLIC { /* fields omitted */ }

Platform Level Interrupt Control

Methods

impl PLIC
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PLIC
[src]

impl Deref for PLIC
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PLIC