Searched full:indexes (Results 1 – 25 of 93) sorted by relevance
1234
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | imx8ulp_clock.h | 10 /* IMPORTANT: the indexes used by these macros need to 11 * match the indexes in the PCC driver LUT at which the
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg.h | 58 /** Used to filter set of pairs of NetKey Indexes from the Bridging Table */ 60 uint16_t filter: 2, /* Filter applied to the set of pairs of NetKey Indexes */ 67 /** Filter applied NetKey Indexes, and NetKey Index used for filtering. */ 71 /** Pointer to allocated buffer for storing filtered of NetKey Indexes */
|
D | cfg.h | 482 /** @brief Get a list of all known Subnet indexes. 484 * Builds a list of all known Subnet indexes in the @c net_idxs array. 496 * @param max Max number of indexes to return. 497 * @param skip Number of indexes to skip. Enables batched processing of the 500 * @return The number of indexes added to the @c net_idxs array, or @c -ENOMEM 590 /** @brief Get a list of all known Application key indexes. 592 * Builds a list of all Application indexes for the given network index in the 607 * @param max Max number of indexes to return. 608 * @param skip Number of indexes to skip. Enables batched processing of the 611 * @return The number of indexes added to the @c app_idxs array, or @c -ENOMEM
|
D | cfg_cli.h | 199 * @param buf Message buffer containing key indexes. 229 * @param buf Message buffer containing key indexes. 262 * @param buf Message buffer containing key indexes. 793 /** @brief Get a list of the target node's network key indexes. 802 * all the returned network key indexes it can fill. 805 * number of returned network key indexes upon success. 845 /** @brief Get a list of the target node's application key indexes for a 854 * @param key_net_idx Network key index to request the app key indexes of. 857 * with all the returned application key indexes it can 861 * the number of returned application key indexes upon [all …]
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,edma.yaml | 16 Use this property to specify which channel indexes are 20 indexes. This is useful in cases where you know you're
|
/Zephyr-latest/include/zephyr/sys/ |
D | speculation.h | 18 * This will unconditionally truncate any out-of-bounds indexes to 41 * indexes which would wrap around the difference calculation. in k_array_index_sanitize()
|
D | cbprintf.h | 52 /** Number of read-only strings, indexes appended to the package */ 55 /** Number of read-write strings, indexes appended to the package */ 187 /** @brief Append indexes of read-only string arguments in the package. 213 * or @ref CBPRINTF_PACKAGE_ADD_RW_STR_POS it contains arrays of indexes where 223 * arrays of indexes where string address can be found in the package. When flag 232 /** @brief Keep read-only location indexes in the package.
|
/Zephyr-latest/dts/bindings/espi/ |
D | microchip,xec-espi.yaml | 22 description: soc group irq indexes for eSPI virtual wires channel
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | lru.c | 53 * The extra entry is used to store head and tail indexes. 66 /* Slot 0 is for head and tail indexes (actual indexes are offset by 1) */
|
/Zephyr-latest/modules/canopennode/ |
D | canopennode.h | 48 * indexes 0x1010 (Store parameters) and 0x1011 (Restore default 103 * indexes 0x1F50, 0x1F51, 0x1F56, and 0x1F57. This function must be
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | esp-pinctrl-common.h | 17 * signal indexes used by the GPIO
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | va.h | 54 /* Needed for storing va as indexes in persistent storage. */
|
/Zephyr-latest/include/zephyr/xen/ |
D | memory.h | 32 * @param idxs array of indexes into space being mapped.
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 116 It contains read and write indexes followed by the data buffer. 145 * The Indexes (``rd_idx`` and ``wr_idx``) are wrapped around when they reach the end of the ``data`…
|
/Zephyr-latest/include/zephyr/ipc/ |
D | pbuf.h | 34 * Rounded up to keep wr/rd indexes pointing to aligned address. 69 * The structure contains local copies of wr and rd indexes used by writer and
|
/Zephyr-latest/tests/lib/cbprintf_package/src/ |
D | main.c | 182 /* package with string indexes will contain two more bytes holding indexes in ZTEST() 544 /* Length will be increased by 2 string lengths + null terminators - arg indexes. */ in ZTEST() 699 /* Store indexes of rw strings. */ in cbprintf_rw_loc_const_char_ptr() 860 /* Store indexes of rw strings. */ in ZTEST() 906 /* Store indexes of rw strings. */ in ZTEST() 955 /* Store indexes of rw strings. */ in ZTEST()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_hogs.c | 52 /* Called for GPIO hog indexes */
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | pbuf.c | 79 /* Initialize local copy of indexes. */ in pbuf_tx_init() 105 /* Initialize local copy of indexes. */ in pbuf_rx_init()
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser_v1.py | 294 # Number of read-only string indexes 298 # Number of read-write string indexes
|
D | log_parser_v3.py | 302 # Number of read-only string indexes 306 # Number of read-write string indexes
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 211 /* Move beyond read-only string indexes array. */ in get_package_len() 933 /* Get number of RO string indexes in the package and check if copying in cbprintf_package_convert() 940 /* Get number of RW string indexes in the package and check if copying in cbprintf_package_convert() 947 /* If flags are not set or appending request without rw string indexes in cbprintf_package_convert() 1053 * their indexes to the local array, otherwise indicate that indexes in cbprintf_package_convert()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 649 * Called for each subgroup in the BASE. Will populate the 32-bit bitfield of BIS indexes if the 717 /* Get the BIS indexes */ in subgroup_get_valid_bis_indexes_cb() 740 return false; /* bis indexes found */ in subgroup_get_valid_bis_indexes_cb() 763 * Get a 32-bit bitfield of BIS indexes that cover the channel allocation values in in base_recv_cb() 771 printk("Failed to get valid BIS indexes: %d\n", err); in base_recv_cb() 778 printk("Failed to get BIS indexes: %d\n", err); in base_recv_cb() 1019 printk("BIS sync req for %p: BIS indexes 0x%08x (subgroup indexes 0x%08x), " in bis_sync_req_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 233 * @param call_index_count The number of call indexes to join. 234 * @param call_indexes The call indexes. 336 * @param call_index_cnt The number of call indexes to join 337 * @param call_indexes Array of call indexes to join. 899 * @param call_indexes Array of call indexes. 900 * @param count Number of call indexes in the call_indexes array.
|
/Zephyr-latest/dts/bindings/video/ |
D | video-interfaces.yaml | 132 An array of physical data lane indexes. Position of an entry determines
|
/Zephyr-latest/include/zephyr/xen/public/ |
D | memory.h | 92 /* Indexes into space being mapped. */
|
1234