Searched refs:lengths (Results 1 – 7 of 7) sorted by relevance
317 chain-lengths = <256>, <256>;
199 # Change size of command lengths. It for vendor commands related to
403 // Use different data lengths for source and
207 You can use :c:macro:`DT_PROP_LEN()` to get logical array lengths in number of229 You **cannot** read register block addresses and lengths with ``DT_PROP(node,
177 uint8_t lengths[CONFIG_BT_CTLR_MESH_SF_PATTERNS]; member5557 f->lengths[i] = cmd->patterns[i].pattern_len;5558 memcpy(f->patterns[i], cmd->patterns[i].pattern, f->lengths[i]);6518 if (len >= f->lengths[i] &&6519 !memcmp(data, f->patterns[i], f->lengths[i])) {
955 * :github:`28317` - Asymmetric nrfx spi_transceive tx/rx lengths outputs error
1160 * :github:`31206` - coap.c : encoding of options with lengths larger than 268 is not proper