Home
last modified time | relevance | path

Searched full:nth (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmemq.c133 * @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/
Dbitarray.h188 * 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
Dutil_macro.h376 * @brief Get nth argument from argument list.
381 * @return Nth argument.
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ncm.c157 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/
Dmcs.h190 * 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. */
Dmedia_proxy.h249 * 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/
Dlog_internal.h69 * @param active_mask Mask with links to activate. N bit set indicates that Nth
/Zephyr-latest/dts/bindings/qspi/
Dnxp,s32-qspi.yaml201 Selects the Nth tap provided by the slave delay-chain.
/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h236 * @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/
Dcustom.css260 .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/
Dpcie.c217 * @brief Probe the nth BAR assigned to an endpoint.
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c355 /* Send TX with error on nth byte. */ in test_detect_error()
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c883 /* 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/
Dipv4_fragment.c400 reassembly_info("Reassembly nth pkt", reass); in net_ipv4_handle_fragment_hdr()
Dipv6_fragment.c563 reassembly_info("Reassembly nth pkt", reass); in net_ipv6_handle_fragment_hdr()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h901 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/
Dbitarray.c775 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/
Dcs.h822 * The nth bitfield (in the range 0 to 78) contains the value for the CS
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css2669 .section_buttons tr td:nth-of-type(1).markdownTableBodyLeft a {
2674 .section_buttons tr td:nth-of-type(2).markdownTableBodyRight a {