mpsse_ctx::read_chunk is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

mpsse_ctx::read_chunk field

Syntax

uint8_t *read_chunk;

References

LocationReferrerText
mpsse.c:72
uint8_t *read_chunk;
mpsse.c:343mpsse_open()
ctx->read_chunk = malloc(ctx->read_chunk_size);
mpsse.c:352mpsse_open()
if (!ctx->read_chunk || !ctx->read_buffer || !ctx->write_buffer)
mpsse.c:415mpsse_close()
free(ctx->read_chunk);
mpsse.c:809read_cb()
ctx->read_chunk + packet_size * i + 2,
mpsse.c:885mpsse_flush()
libusb_fill_bulk_transfer(read_transfer, ctx->usb_dev, ctx->in_ep, ctx->read_chunk,

Data Use

Functions writing mpsse_ctx::read_chunk
Functions reading mpsse_ctx::read_chunk
all items filtered out
mpsse_ctx::read_chunk
Type of mpsse_ctx::read_chunk
mpsse_ctx::read_chunk
uint8_t
all items filtered out