Module d1_pac::plic

source ·
Expand description

Platform Level Interrupt Control

Modules§

  • Control Register
  • Interrupt Pending Register
  • Machine Mode Claim/Complete Register
  • Machine Mode Interrupt Enable Register
  • Machine Mode Priority Threshold Register
  • Interrupt Priority Register
  • Supervisor Mode Claim/Complete Register
  • Supervisor Mode Interrupt Enable Register
  • Supervisor Mode Priority Threshold Register

Structs§

Type Aliases§

  • ctrl (rw) register accessor: an alias for Reg<CTRL_SPEC>
  • ip (rw) register accessor: an alias for Reg<IP_SPEC>
  • mclaim (rw) register accessor: an alias for Reg<MCLAIM_SPEC>
  • mie (rw) register accessor: an alias for Reg<MIE_SPEC>
  • mth (rw) register accessor: an alias for Reg<MTH_SPEC>
  • prio (rw) register accessor: an alias for Reg<PRIO_SPEC>
  • sclaim (rw) register accessor: an alias for Reg<SCLAIM_SPEC>
  • sie (rw) register accessor: an alias for Reg<SIE_SPEC>
  • sth (rw) register accessor: an alias for Reg<STH_SPEC>