riscv

Macro set

source
macro_rules! set {
    ($csr_number:literal) => { ... };
}
Expand description

Convenience macro around the csrrs assembly instruction to set the CSR register.

This macro is intended for use with the set_csr or set_clear_csr macros.