versaloon_add_pending() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDversaloon_add_pending()

versaloon_add_pending() function

Syntax

RESULT versaloon_add_pending(uint8_t type,     uint8_t cmd,     uint16_t actual_szie,     uint16_t want_pos,     uint16_t want_size,     uint8_t *buffer,     uint8_t collect);
Implemented in versaloon.c:153

Arguments

type

cmd

actual_szie

want_pos

want_size

buffer

collect

References

LocationReferrerText
versaloon.c:153
RESULT versaloon_add_pending(uint8_t type, uint8_t cmd, uint16_t actual_szie,
versaloon_internal.h:90
RESULT versaloon_add_pending(uint8_t type, uint8_t cmd, uint16_t actual_szie,
usbtoxxx.c:354usbtoxxx_add_command()
return versaloon_add_pending(type, cmd, retlen, wantpos, wantlen,
usbtoxxx.c:369usbtoinfo_get_abilities()
return versaloon_add_pending(USB_TO_INFO, 0, USB_TO_XXX_ABILITIES_LEN, 0,
usbtoxxx.c:393usbtopoll_start()
return versaloon_add_pending(USB_TO_POLL, 0, 0, 0, 0, NULL, 0);
usbtoxxx.c:415usbtopoll_end()
return versaloon_add_pending(USB_TO_POLL, 0, 0, 0, 0, NULL, 0);
usbtoxxx.c:531usbtodelay_delay()
return versaloon_add_pending(USB_TO_DELAY, 0, 0, 0, 0, NULL, 0);