Home
last modified time | relevance | path

Searched refs:LIBCOAP_MSG_QUEUE_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_riot.h19 #ifndef LIBCOAP_MSG_QUEUE_SIZE
23 #define LIBCOAP_MSG_QUEUE_SIZE (32U) macro
24 #endif /* LIBCOAP_MSG_QUEUE_SIZE */
/third_party/libcoap/src/
H A Dcoap_io_riot.c75 static msg_t _msg_q[LIBCOAP_MSG_QUEUE_SIZE];
79 msg_init_queue(_msg_q, LIBCOAP_MSG_QUEUE_SIZE); in coap_riot_startup()

Completed in 1 milliseconds