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

be_to_h_u32() function

Syntax

static inline uint32_t be_to_h_u32(const uint8_t *buf);

Arguments

buf

References

LocationReferrerText
types.h:139
static inline uint32_t be_to_h_u32(const uint8_t *buf)
arc.c:1493arc_read_instruction_u32()
*value = be_to_h_u32(value_buf);
avr32_mem.c:30avr32_jtag_read_memory32()
buffer[i] = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:53avr32_jtag_read_memory16()
data = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:67avr32_jtag_read_memory16()
data = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:81avr32_jtag_read_memory16()
data = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:177avr32_jtag_write_memory16()
data = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:211avr32_jtag_write_memory16()
data = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:249avr32_jtag_write_memory8()
data = be_to_h_u32((uint8_t *)&data);
avr32_mem.c:290avr32_jtag_write_memory8()
data = be_to_h_u32((uint8_t *)&data);
binarybuffer.h:215fast_target_buffer_get_u32()
return le ? le_to_h_u32(p) : be_to_h_u32(p);
chibios.c:178chibios_update_memory_signature()
le_to_h_u32(versiontarget) : be_to_h_u32(versiontarget);
fileio.c:193fileio_read_u32()
*data = be_to_h_u32(buf);
image.c:301image_ihex_buffer_complete_inner()
image->start_address = be_to_h_u32((uint8_t *)&start_address);
image.c:395image_elf32_read_headers()
retval = fileio_seek(elf->fileio, field32(elf, elf->header32->e_phoff));
image.c:421image_elf32_read_headers()
if ((field32(elf,
image.c:423image_elf32_read_headers()
(field32(elf, elf->segments32[i].p_filesz) != 0))
image.c:444image_elf32_read_headers()
else if ((field32(elf,
image.c:446image_elf32_read_headers()
(field32(elf, elf->segments32[i].p_memsz) != 0))
image.c:460image_elf32_read_headers()
if ((field32(elf,
image.c:462image_elf32_read_headers()
(field32(elf, elf->segments32[i].p_filesz) != 0)) {
image.c:463image_elf32_read_headers()
image.c:465image_elf32_read_headers()
image.c:468image_elf32_read_headers()
image.c:471image_elf32_read_headers()
image.c:477image_elf32_read_headers()
image.c:546image_elf64_read_headers()
if ((field32(elf,
image.c:569image_elf64_read_headers()
else if ((field32(elf,
image.c:585image_elf64_read_headers()
if ((field32(elf,
image.c:670image_elf32_read_section()
if (offset < field32(elf, segment->p_filesz)) {
image.c:672image_elf32_read_section()
read_size = MIN(size, field32(elf, segment->p_filesz) - offset);
image.c:674image_elf32_read_section()
field32(elf, segment->p_offset) + offset);
image.c:676image_elf32_read_section()
retval = fileio_seek(elf->fileio, field32(elf, segment->p_offset) + offset);
lattice_bit.c:53lattice_read_bit_file()
uint32_t preamble = be_to_h_u32(bit_file->raw_bit.data + pos - 3);
lattice_bit.c:67lattice_read_bit_file()
bit_file->idcode = be_to_h_u32(&bit_file->raw_bit.data[pos + 4]);
target.c:321target_buffer_get_u32()
return be_to_h_u32(buffer);
types.h:255buf_bswap32()
uint32_t x = be_to_h_u32(src + n);
xilinx_bit.c:43read_section()
length = be_to_h_u32(length_buffer);
xscale.c:523xscale_send()
t = be_to_h_u32(buffer);
xsvf.c:374handle_xsvf_command()
xruntest = be_to_h_u32(xruntest_buf);
xsvf.c:401handle_xsvf_command()
xsdrsize = be_to_h_u32(xsdrsize_buf);
xsvf.c:760handle_xsvf_command()
delay = be_to_h_u32(delay_buf);
xsvf.c:807handle_xsvf_command()
clock_count = be_to_h_u32(clock_buf);
xsvf.c:808handle_xsvf_command()
usecs = be_to_h_u32(usecs_buf);
xsvf.c:853handle_xsvf_command()
loop_count = be_to_h_u32(count_buf);
xsvf.c:876handle_xsvf_command()
loop_clocks = be_to_h_u32(clock_buf);
xsvf.c:877handle_xsvf_command()
loop_usecs = be_to_h_u32(usecs_buf);