Searched full:nth (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | memq.c | 133 * @brief Non-destructive peek of nth (zero indexed) element of queue. 137 * @param n[in] Nth element of queue to peek into 144 /* Traverse to Nth element, zero indexed */ in memq_peek_n() 149 return NULL; /* Nth element is empty */ in memq_peek_n()
|
/Zephyr-latest/include/zephyr/sys/ |
D | bitarray.h | 188 * Find nth bit set in region 192 * of the nth set bit, if it exists, as long with a zero return value. 197 * @param[in] n Nth bit set to look for 200 * @param[out] found_at Index of the nth bit set, if found 203 * @retval 1 Nth bit set was not found in region
|
D | util_macro.h | 376 * @brief Get nth argument from argument list. 381 * @return Nth argument.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ncm.c | 157 struct nth16 nth; member 167 struct nth16 nth; member 346 const struct nth16 *nthdr16 = &ntb->nth; in verify_nth16() 349 if (len < sizeof(ntb->nth)) { in verify_nth16() 367 LOG_WRN("OUT NTH wSequence %u mismatch expected %u", in verify_nth16() 429 const struct nth16 *nthdr16 = &ntb->nth; in check_frame() 455 sys_le16_to_cpu(ntb->nth.wBlockLength)); in check_frame() 542 nthdr16 = &ntb->nth; in cdc_ncm_acl_out_cb() 1048 ntb->nth.dwSignature = sys_cpu_to_le32(NTH16_SIGNATURE); in cdc_ncm_send() 1049 ntb->nth.wHeaderLength = sys_cpu_to_le16(sizeof(struct nth16)); in cdc_ncm_send() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | mcs.h | 190 * the nth segment of the current track. 202 /** Set the current track to the nth track based on the playing order. */ 213 /** Set the current group to the nth group in the sequence of groups. */
|
D | media_proxy.h | 249 * the nth segment of the current track. 261 /** Set the current track to the nth track based on the playing order. */ 272 /** Set the current group to the nth group in the sequence of groups. */
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_internal.h | 69 * @param active_mask Mask with links to activate. N bit set indicates that Nth
|
/Zephyr-latest/dts/bindings/qspi/ |
D | nxp,s32-qspi.yaml | 201 Selects the Nth tap provided by the slave delay-chain.
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | pcie.h | 236 * @brief Probe the nth MMIO address assigned to an endpoint. 264 * @brief Probe the nth I/O BAR address assigned to an endpoint.
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 260 .wy-table-striped tr:nth-child(2n-1) td, 261 .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td { 267 .wy-table-responsive table td:not(:nth-child(1)), 268 .wy-table-responsive table th:not(:nth-child(1)) {
|
/Zephyr-latest/drivers/pcie/host/ |
D | pcie.c | 217 * @brief Probe the nth BAR assigned to an endpoint.
|
/Zephyr-latest/tests/drivers/uart/uart_errors/src/ |
D | main.c | 355 /* Send TX with error on nth byte. */ in test_detect_error()
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 883 /* Function checks if nth argument is a pointer (%p). Returns true is yes. Returns 884 * false if not or if string does not have nth argument.
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4_fragment.c | 400 reassembly_info("Reassembly nth pkt", reass); in net_ipv4_handle_fragment_hdr()
|
D | ipv6_fragment.c | 563 reassembly_info("Reassembly nth pkt", reass); in net_ipv6_handle_fragment_hdr()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 901 uint8_t elem_idx; /* Belongs to Nth element */ 902 uint8_t mod_idx; /* Is the Nth model in the element */
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitarray.c | 775 printk("Testing bit array nth bit set finding spanning single bundle\n"); in ZTEST() 806 printk("Testing bit array nth bit set finding spanning multiple bundles\n"); in ZTEST()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | cs.h | 822 * The nth bitfield (in the range 0 to 78) contains the value for the CS
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 2669 .section_buttons tr td:nth-of-type(1).markdownTableBodyLeft a { 2674 .section_buttons tr td:nth-of-type(2).markdownTableBodyRight a {
|