arc_me_to_h_u32() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

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

static inline uint32_t arc_me_to_h_u32(const uint8_t *buf);

Arguments

buf

References

LocationReferrerText
arc.h:279
static inline uint32_t arc_me_to_h_u32(const uint8_t *buf)
arc.c:1491arc_read_instruction_u32()
*value = arc_me_to_h_u32(value_buf);

Call Tree

Functions calling arc_me_to_h_u32()
all items filtered out
arc_me_to_h_u32()
Data read by arc_me_to_h_u32()
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