Skip to main content

Module trap

Module trap 

Source
Expand description

Trap handling.

Re-exports§

pub use crate::TrapFrame;

Structs§

PageFaultFlags
Generic page table entry flags that indicate the corresponding mapped memory region permissions and attributes.

Functions§

irq_handler
IRQ handler.
page_fault_handler
Page fault handler.

Attribute Macros§

irq_handler
IRQ handler.
page_fault_handler
Page fault handler.