picoprobe_read_write_bits() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpicoprobe_read_write_bits()

picoprobe_read_write_bits() function

Syntax

static int picoprobe_read_write_bits(const uint8_t *buf,     unsigned offset,     unsigned length,     uint8_t cmd);

Arguments

buf

offset

length

cmd

References

LocationReferrerText
picoprobe.c:227
static int picoprobe_read_write_bits(const uint8_t *buf, unsigned offset, unsigned length, uint8_t cmd)
picoprobe.c:250picoprobe_write_bits()
return picoprobe_read_write_bits(buf, offset, length, PROBE_WRITE_BITS);
picoprobe.c:260picoprobe_read_bits()
return picoprobe_read_write_bits(buf, offset, length, PROBE_READ_BITS);

Call Tree

Functions calling picoprobe_read_write_bits()
Functions called by picoprobe_read_write_bits()
picoprobe_read_write_bits()
all items filtered out
Type of picoprobe_read_write_bits()
picoprobe_read_write_bits()
all items filtered out