JAYLINK_PRIV is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JAYLINK_PRIV macro

@file Internal libjaylink header file. Macro to mark private libjaylink symbol.

Syntax

#define JAYLINK_PRIV

References

LocationText
libjaylink-internal.h:53
#define JAYLINK_PRIV
buffer.c:43
JAYLINK_PRIV void buffer_set_u16(uint8_t *buffer, uint16_t value,
buffer.c:68
JAYLINK_PRIV uint16_t buffer_get_u16(const uint8_t *buffer, size_t offset)
buffer.c:95
JAYLINK_PRIV void buffer_set_u32(uint8_t *buffer, uint32_t value,
buffer.c:122
JAYLINK_PRIV uint32_t buffer_get_u32(const uint8_t *buffer, size_t offset)
device.c:77
JAYLINK_PRIV struct jaylink_device *device_allocate(
discovery_tcp.c:229
JAYLINK_PRIV int discovery_tcp_scan(struct jaylink_context *ctx)
discovery_usb.c:250
JAYLINK_PRIV int discovery_usb_scan(struct jaylink_context *ctx)
libjaylink-internal.h:211
JAYLINK_PRIV void buffer_set_u16(uint8_t *buffer, uint16_t value,
libjaylink-internal.h:213
JAYLINK_PRIV uint16_t buffer_get_u16(const uint8_t *buffer, size_t offset);
libjaylink-internal.h:214
JAYLINK_PRIV void buffer_set_u32(uint8_t *buffer, uint32_t value,
libjaylink-internal.h:216
JAYLINK_PRIV uint32_t buffer_get_u32(const uint8_t *buffer, size_t offset);
libjaylink-internal.h:220
JAYLINK_PRIV struct jaylink_device *device_allocate(
libjaylink-internal.h:225
JAYLINK_PRIV int discovery_tcp_scan(struct jaylink_context *ctx);
libjaylink-internal.h:229
JAYLINK_PRIV int discovery_usb_scan(struct jaylink_context *ctx);
libjaylink-internal.h:233
JAYLINK_PRIV struct list *list_prepend(struct list *list, void *data);
libjaylink-internal.h:234
JAYLINK_PRIV struct list *list_remove(struct list *list, const void *data);
libjaylink-internal.h:235
JAYLINK_PRIV struct list *list_find_custom(struct list *list,
libjaylink-internal.h:237
JAYLINK_PRIV size_t list_length(struct list *list);
libjaylink-internal.h:238
JAYLINK_PRIV void list_free(struct list *list);
libjaylink-internal.h:242
JAYLINK_PRIV int log_vprintf(const struct jaylink_context *ctx,
libjaylink-internal.h:245
JAYLINK_PRIV void log_err(const struct jaylink_context *ctx,
libjaylink-internal.h:247
JAYLINK_PRIV void log_warn(const struct jaylink_context *ctx,
libjaylink-internal.h:249
JAYLINK_PRIV void log_info(const struct jaylink_context *ctx,
libjaylink-internal.h:251
JAYLINK_PRIV void log_dbg(const struct jaylink_context *ctx,
libjaylink-internal.h:253
JAYLINK_PRIV void log_dbgio(const struct jaylink_context *ctx,
libjaylink-internal.h:258
JAYLINK_PRIV int socket_connect(int sock, const struct sockaddr *address,
libjaylink-internal.h:260
JAYLINK_PRIV bool socket_close(int sock);
libjaylink-internal.h:261
JAYLINK_PRIV bool socket_bind(int sock, const struct sockaddr *address,
libjaylink-internal.h:263
JAYLINK_PRIV bool socket_send(int sock, const void *buffer, size_t *length,
libjaylink-internal.h:265
JAYLINK_PRIV bool socket_recv(int sock, void *buffer, size_t *length,
libjaylink-internal.h:267
JAYLINK_PRIV bool socket_sendto(int sock, const void *buffer, size_t *length,
libjaylink-internal.h:270
JAYLINK_PRIV bool socket_recvfrom(int sock, void *buffer, size_t *length,
libjaylink-internal.h:272
JAYLINK_PRIV bool socket_get_option(int sock, int level, int option,
libjaylink-internal.h:274
JAYLINK_PRIV bool socket_set_option(int sock, int level, int option,
libjaylink-internal.h:276
JAYLINK_PRIV bool socket_set_blocking(int sock, bool blocking);
libjaylink-internal.h:280
JAYLINK_PRIV int transport_open(struct jaylink_device_handle *devh);
libjaylink-internal.h:281
JAYLINK_PRIV int transport_close(struct jaylink_device_handle *devh);
libjaylink-internal.h:282
libjaylink-internal.h:284
libjaylink-internal.h:286
libjaylink-internal.h:288
JAYLINK_PRIV int transport_write(struct jaylink_device_handle *devh,
libjaylink-internal.h:290
JAYLINK_PRIV int transport_read(struct jaylink_device_handle *devh,
libjaylink-internal.h:295
JAYLINK_PRIV int transport_usb_open(struct jaylink_device_handle *devh);
libjaylink-internal.h:296
libjaylink-internal.h:297
libjaylink-internal.h:300
libjaylink-internal.h:302
libjaylink-internal.h:304
libjaylink-internal.h:306
libjaylink-internal.h:311
JAYLINK_PRIV int transport_tcp_open(struct jaylink_device_handle *devh);
libjaylink-internal.h:312
libjaylink-internal.h:313
libjaylink-internal.h:316
libjaylink-internal.h:318
libjaylink-internal.h:320
libjaylink-internal.h:322
list.c:31
JAYLINK_PRIV struct list *list_prepend(struct list *list, void *data)
list.c:47
JAYLINK_PRIV struct list *list_remove(struct list *list, const void *data)
list.c:78
JAYLINK_PRIV struct list *list_find_custom(struct list *list,
list.c:95
JAYLINK_PRIV size_t list_length(struct list *list)
list.c:106
JAYLINK_PRIV void list_free(struct list *list)
log.c:171
JAYLINK_PRIV int log_vprintf(const struct jaylink_context *ctx,
log.c:194
JAYLINK_PRIV void log_err(const struct jaylink_context *ctx,
log.c:209
JAYLINK_PRIV void log_warn(const struct jaylink_context *ctx,
log.c:224
JAYLINK_PRIV void log_info(const struct jaylink_context *ctx,
log.c:239
JAYLINK_PRIV void log_dbg(const struct jaylink_context *ctx,
log.c:254
JAYLINK_PRIV void log_dbgio(const struct jaylink_context *ctx,
socket.c:52
JAYLINK_PRIV int socket_connect(int sock, const struct sockaddr *address,
socket.c:113
JAYLINK_PRIV bool socket_close(int sock)
socket.c:138
JAYLINK_PRIV bool socket_bind(int sock, const struct sockaddr *address,
socket.c:169
JAYLINK_PRIV bool socket_send(int sock, const void *buffer, size_t *length,
socket.c:201
JAYLINK_PRIV bool socket_recv(int sock, void *buffer, size_t *length,
socket.c:237
JAYLINK_PRIV bool socket_sendto(int sock, const void *buffer, size_t *length,
socket.c:280
JAYLINK_PRIV bool socket_recvfrom(int sock, void *buffer, size_t *length,
socket.c:319
JAYLINK_PRIV bool socket_get_option(int sock, int level, int option,
socket.c:339
JAYLINK_PRIV bool socket_set_option(int sock, int level, int option,
socket.c:356
JAYLINK_PRIV bool socket_set_blocking(int sock, bool blocking)
transport.c:49
JAYLINK_PRIV int transport_open(struct jaylink_device_handle *devh)
transport.c:82
JAYLINK_PRIV int transport_close(struct jaylink_device_handle *devh)
transport.c:119
transport.c:155
transport.c:198
transport.c:246
JAYLINK_PRIV int transport_write(struct jaylink_device_handle *devh,
transport.c:288
JAYLINK_PRIV int transport_read(struct jaylink_device_handle *devh,
transport_tcp.c:229
transport_tcp.c:317
transport_tcp.c:333
transport_tcp.c:364
transport_tcp.c:390
transport_tcp.c:490
transport_tcp.c:561
transport_usb.c:153
transport_usb.c:200
transport_usb.c:229
transport_usb.c:256
transport_usb.c:282
transport_usb.c:441
transport_usb.c:526