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

h_u24_to_be() function

Syntax

static inline void h_u24_to_be(uint8_t *buf,     unsigned int val);

Arguments

buf

val

References

LocationReferrerText
types.h:201
static inline void h_u24_to_be(uint8_t *buf, unsigned int val)
stm8.c:526stm8_write_regs()
h_u24_to_be(buf+DM_REG_PC-DM_REGS, regs[0]);
target.c:366target_buffer_set_u24()
h_u24_to_be(buffer, value);

Call Tree

Functions calling h_u24_to_be()
h_u24_to_be()
Data read by h_u24_to_be()
h_u24_to_be()