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

buffer_write() function

Syntax

static unsigned buffer_write(struct mpsse_ctx *ctx,     const uint8_t *out,     unsigned out_offset,     unsigned bit_count);

Arguments

ctx

out

out_offset

bit_count

References

LocationReferrerText
mpsse.c:465
static unsigned buffer_write(struct mpsse_ctx *ctx, const uint8_t *out, unsigned out_offset,
mpsse.c:526mpsse_clock_data()
out_offset += buffer_write(ctx, out, out_offset, length);
mpsse.c:550mpsse_clock_data()
out_offset += buffer_write(ctx,

Call Tree

Functions calling buffer_write()
Functions called by buffer_write()
all items filtered out
buffer_write()
all items filtered out