mip.rs 93 B

123
  1. //! vexriscv mip register -- machine irq pending
  2. read_csr_as_usize!(0xFC0, __read_vmip);