Home
last modified time | relevance | path

Searched defs:ArmCoreRegIdCustom (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs303 reg_id: custom_arch::ArmCoreRegIdCustom, in read_register()
337 reg_id: custom_arch::ArmCoreRegIdCustom, in write_register()
476 pub enum ArmCoreRegIdCustom { enum
486 impl RegId for ArmCoreRegIdCustom { implementation