opentitanlib
MemRead32
Req
Aliased type
Fields
address
Methods
execute
In opentitanlib::
test_
utils::
mem
opentitanlib
::
test_utils
::
mem
Type Alias
MemRead32Req
Copy item path
Source
pub type MemRead32Req =
mem_read32_req_t
;
Aliased Type
§
struct MemRead32Req { pub address:
u32
, }
Fields
§
§
address:
u32
Implementations
§
Source
§
impl
MemRead32Req
Source
pub fn
execute
<T>(device:
&T
, address:
u32
) ->
Result
<
u32
>
where T:
ConsoleDevice
+ ?
Sized
,