pub const PRIVILEGE_LEVEL_USER: u8 = 0b00;
Expand description

The RISC-V privilege level encoding for the user/application level.