Searched refs:length (Results 1 – 9 of 9) sorted by relevance
| /modules/hal_nordic/nrfx/ |
| A D | nrfx_log.h | 91 #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 D | settings.c | 146 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 D | Kconfig | 19 indefinite-length arrays. 45 int "Default max length when calling zcbor_tstr_put_term()"
|
| /modules/thrift/src/thrift/transport/ |
| A D | TSSLSocket.cpp | 559 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 D | Kconfig | 25 object dictionary. If data type is DOMAIN, data length is
|
| /modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
| A D | cyabs_rtos_zephyr.c | 619 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 D | Kconfig.thread | 225 non-zero length of prefix (e.g., "127.0.0.1/24").
|
| /modules/nrf_wifi/bus/ |
| A D | qspi_if.c | 623 .length = xfer_len, in qspi_send_cmd()
|
| /modules/mbedtls/ |
| A D | Kconfig.mbedtls | 650 * the length of the largest asymmetric/symmetric key type enabled in
|
Completed in 26 milliseconds