Searched full:lengths (Results 1 – 25 of 52) sorted by relevance
123
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_util.h | 43 * @param[in] tkl Lengths of token
|
/Zephyr-latest/dts/bindings/clock/ |
D | litex,clk.yaml | 20 description: Base address and lengths of the register space
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | memory.h | 44 /* These lengths can be adjusted, if necessary: */
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | memory.h | 40 /* These lengths can be adjusted, if necessary: FIXME: optimize ram usage */
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | memory.h | 48 /* These lengths can be adjusted, if necessary: */
|
/Zephyr-latest/tests/subsys/fs/fcb/src/ |
D | fcb_test_append_too_big.c | 31 * of all overhead elements' lengths in flash, i.e. in ZTEST()
|
/Zephyr-latest/scripts/build/ |
D | gen_strerror_table.py | 71 # Generate string lengths (includes trailing '\0')
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.h | 46 /* Default lengths of certain things. */
|
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_connectivity_impl.h | 73 * Implementations may choose to gracefully handle invalid buffer lengths with partial 93 * Implementations may choose to gracefully handle invalid buffer lengths with partial
|
D | ieee802154.h | 138 /* TODO: Support flexible MTU and FCS lengths for IEEE 802.15.4-2015ff */
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_decoder.c | 30 * encoding of message lengths up to 65535 octets. Messages with lengths smaller than 256 octets
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | nbr.c | 75 * string lengths in %s modifier so in order the output to look in nbr_cb()
|
/Zephyr-latest/tests/lib/cbprintf_package/src/ |
D | main.c | 515 /* Length will be increased by 2 string lengths + null terminators. */ in ZTEST() 544 /* Length will be increased by 2 string lengths + null terminators - arg indexes. */ in ZTEST() 635 /* Length will be increased by 2 string lengths + null terminators. */ in ZTEST() 897 * argument string lengths is shorter than number of string arguments. 933 /* Two locations were provided to store string lengths. 3rd string length in ZTEST()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig.infineon | 199 # Change size of command lengths. It for vendor commands related to
|
/Zephyr-latest/dts/bindings/display/ |
D | led-strip-matrix.yaml | 167 chain-lengths:
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 207 You can use :c:macro:`DT_PROP_LEN()` to get logical array lengths in number of 229 You **cannot** read register block addresses and lengths with ``DT_PROP(node,
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 501 * @p strl_len first string lengths will is stored. If @p packaged is not null, 502 * it contains lengths of first @p strl_len strings. It can be used to optimize 561 * @p strl_len first string lengths will is stored. If @p packaged is not null, 562 * it contains lengths of first @p strl_len strings. It can be used to optimize
|
/Zephyr-latest/subsys/fs/fcb/ |
D | fcb.c | 197 * 1 byte for lengths < 128 bytes, 2 bytes for < 16384.
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/ |
D | main.c | 266 size_t len = (idx < BUF_SIZE / 2) ? 5 : 1; /* Try various lengths */ in int_async_thread_func()
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 317 chain-lengths = <256>, <256>;
|
/Zephyr-latest/tests/net/6lo/src/ |
D | main.c | 404 TC_PRINT("mismatch lengths, expected %d received %zu\n", in compare_pkt() 414 TC_PRINT("mismatch lengths, expected %d received %zu\n", in compare_pkt() 424 TC_PRINT("mismatch lengths, expected %d received %zu\n", in compare_pkt()
|
/Zephyr-latest/drivers/dma/ |
D | dma_sam0.c | 166 LOG_ERR("Source and destination burst lengths must be equal"); in dma_sam0_config()
|
D | dma_si32.c | 214 LOG_ERR("Burst lengths must be power of two"); in dma_si32_config()
|
/Zephyr-latest/soc/microchip/mec/mec172x/reg/ |
D | mec172x_qspi.h | 37 /* QMSPI transmit and receive FIFO lengths */
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nrfx.c | 157 /* If this PWM is in center-aligned mode, pulse and period lengths in pwm_nrfx_set_cycles()
|
123