OpenOCD
arc_me_to_h_u32()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
CodeScope
Development Tools
OpenOCD
arc_me_to_h_u32()
arc_me_to_h_u32() function
Convert data in middle endian to host endian. This is required to read 32-bit instruction from little endian ARCs.
Syntax
from
arc.h:279
static
inline
uint32_t
arc_me_to_h_u32
(
const
uint8_t
*
buf
)
;
Arguments
buf
References
Location
Referrer
Text
arc.h:279
static
inline
uint32_t
arc_me_to_h_u32
(
const
uint8_t
*
buf
)
arc.c:1491
arc_read_instruction_u32()
*
value
=
arc_me_to_h_u32
(
value_buf
)
;
Call Tree
Functions calling
arc_me_to_h_u32()
arc_read_instruction_u32()
all items filtered out
arc_me_to_h_u32()
Data read by
arc_me_to_h_u32()
arc_me_to_h_u32()::buf
all items filtered out
arc_me_to_h_u32()
Type of
arc_me_to_h_u32()
arc_me_to_h_u32()
uint32_t
all items filtered out