Skip to main content

RiscvPatch

Type Alias RiscvPatch 

Source
pub type RiscvPatch = Periph<RegisterBlock, 0xe000_0000>;
Expand description

RISC-V instruction patch controller used to redirect mask-ROM entry points to application-provided fixes

Aliased Type§

pub struct RiscvPatch { /* private fields */ }

Trait Implementations§

Source§

impl Debug for RiscvPatch

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more