Home
last modified time | relevance | path

Searched refs:be_to_h_u16 (Results 1 – 8 of 8) sorted by relevance

/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Dtypes.h166 static inline uint16_t be_to_h_u16(const uint8_t *buf) in be_to_h_u16() function
252 uint16_t x = be_to_h_u16(src + n); in buf_bswap16()
/dports/devel/openocd/openocd-0.11.0/src/pld/
H A Dxilinx_bit.c57 length = be_to_h_u16(length_buffer); in read_section()
/dports/devel/openocd/openocd-0.11.0/src/xsvf/
H A Dxsvf.c682 bitcount = be_to_h_u16(short_buf); in COMMAND_HANDLER()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dstm8.c525 regs[2] = be_to_h_u16(buf+DM_REG_X-DM_REGS); in stm8_read_regs()
526 regs[3] = be_to_h_u16(buf+DM_REG_Y-DM_REGS); in stm8_read_regs()
527 regs[4] = be_to_h_u16(buf+DM_REG_SP-DM_REGS); in stm8_read_regs()
H A Dimage.c39 le_to_h_u16((uint8_t *)&field) : be_to_h_u16((uint8_t *)&field))
H A Dxscale.c540 t = be_to_h_u16(buffer); in xscale_send()
H A Dtarget.c387 return be_to_h_u16(buffer); in target_buffer_get_u16()
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/
H A Dstlink_usb.c940 version = be_to_h_u16(h->databuf); in stlink_usb_version()