Structs§
- Box
- A pointer type that uniquely owns a heap allocation of type
T. - CpuId
- FdtProbe
Info - IrqConfig
- IrqId
- Vec
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.
Enums§
- Capability
- Trigger
- The trigger configuration for an interrupt.
Traits§
- Driver
Generic - Interface
- InterfaceCPU
- 在中断中调用,不会被打断,视为
Sync
Type Aliases§
- Driver
Result - FdtParse
Config Fn - Fdt 解析
interrupts函数,一次解析一个cell - Hardware
- HardwareCPU