Home
last modified time | relevance | path

Searched refs:length (Results 1 – 9 of 9) sorted by relevance

/modules/hal_nordic/nrfx/
A Dnrfx_log.h91 #define NRFX_LOG_HEXDUMP_ERROR(p_memory, length) \ argument
92 LOG_HEXDUMP_ERR(p_memory, length, "")
100 #define NRFX_LOG_HEXDUMP_WARNING(p_memory, length) \ argument
101 LOG_HEXDUMP_WRN(p_memory, length, "")
109 #define NRFX_LOG_HEXDUMP_INFO(p_memory, length) \ argument
110 LOG_HEXDUMP_INF(p_memory, length, "")
118 #define NRFX_LOG_HEXDUMP_DEBUG(p_memory, length) \ argument
119 LOG_HEXDUMP_DBG(p_memory, length, "")
/modules/openthread/platform/
A Dsettings.c146 uint16_t *length; member
178 if ((ctx->value == NULL) || (ctx->length == NULL)) { in ot_setting_read_cb()
182 if (*(ctx->length) < len) { in ot_setting_read_cb()
183 len = *(ctx->length); in ot_setting_read_cb()
194 if (ctx->length != NULL) { in ot_setting_read_cb()
195 *(ctx->length) = len; in ot_setting_read_cb()
227 .length = (uint16_t *)aValueLength, in otPlatSettingsGet()
/modules/zcbor/
A DKconfig19 indefinite-length arrays.
45 int "Default max length when calling zcbor_tstr_put_term()"
/modules/thrift/src/thrift/transport/
A DTSSLSocket.cpp559 int length = static_cast<int>(userPassword.size()); in passwordCallback() local
560 if (length > size) { in passwordCallback()
561 length = size; in passwordCallback()
563 strncpy(password, userPassword.c_str(), length); in passwordCallback()
565 return length; in passwordCallback()
/modules/canopennode/
A DKconfig25 object dictionary. If data type is DOMAIN, data length is
/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
A Dcyabs_rtos_zephyr.c619 cy_rslt_t cy_rtos_init_queue(cy_queue_t *queue, size_t length, size_t itemsize) in cy_rtos_init_queue() argument
628 status_internal = k_msgq_alloc_init(queue, itemsize, length); in cy_rtos_init_queue()
/modules/openthread/
A DKconfig.thread225 non-zero length of prefix (e.g., "127.0.0.1/24").
/modules/nrf_wifi/bus/
A Dqspi_if.c623 .length = xfer_len, in qspi_send_cmd()
/modules/mbedtls/
A DKconfig.mbedtls650 * the length of the largest asymmetric/symmetric key type enabled in

Completed in 15 milliseconds