macro_rules! write_csr_rv32 {
($csr_number:literal) => { ... };
}
Expand description
RV32
: Convenience macro to wrap the csrrw
assembly instruction for writing to CSR registers.
This macro should generally not be called directly.
Instead, use the write_csr_as_usize_rv32 macro.