Constant r3_port_riscv::PRIVILEGE_LEVEL_USER
source · pub const PRIVILEGE_LEVEL_USER: u8 = 0b00;
Expand description
The RISC-V privilege level encoding for the user/application level.
pub const PRIVILEGE_LEVEL_USER: u8 = 0b00;
The RISC-V privilege level encoding for the user/application level.