docs.rs failed to build arm-gic-driver-0.14.9
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arm-gic-driver-0.7.1
arm-gic-driver
介绍
arm gic 通用驱动,支持 v1-4
使用说明
use *;
let mut v2 = new.unwrap;
v2.enable_irq;
let mut v3 = new.unwrap;
v3.enable_irq;
let mut cpuif = v3.cpu_interface;
let intid = cpuif.ack;
cpuif.eoi;