Home
last modified time | relevance | path

Searched +full:bi +full:- +full:directional (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/usb/
Dusb-ep.yaml1 # Copyright (c) 2018, I-SENSE group of ICCS
2 # SPDX-License-Identifier: Apache-2.0
6 include: usb-controller.yaml
9 num-bidir-endpoints:
13 Number of bi-directional endpoints supported by hardware
16 num-in-endpoints:
22 num-out-endpoints:
/Zephyr-Core-3.6.0/dts/bindings/usb/uac2/
Dzephyr,uac2-input-terminal.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-input-terminal"
8 include: zephyr,uac2-channel-cluster.yaml
11 terminal-type:
17 assoc-terminal:
20 Associated terminal for bi-directional terminal types.
22 clock-source:
28 copy-protect-control:
32 - "read-only"
34 connector-control:
[all …]
/Zephyr-Core-3.6.0/doc/services/modem/
Dindex.rst8 Modems are self-contained devices that implement the hardware and
9 software necessary to perform RF (Radio-Frequency) communication,
12 The modem modules are inter-connected dynamically using
13 data-in/data-out pipes making them independently testable and
19 This module is used to abstract data-in/data-out communication over
21 thread-safe manner.
49 bi-directional streams of data, called DLCI channels. The module
/Zephyr-Core-3.6.0/dts/bindings/spi/
Dnordic,nrf-spi-common.yaml2 # SPDX-License-Identifier: Apache-2.0
6 include: [spi-controller.yaml, pinctrl-device.yaml]
15 pinctrl-0:
18 max-frequency:
25 overrun-character:
33 easydma-maxcnt-bits:
40 wake-gpios:
41 type: phandle-array
43 Optional bi-directional line that allows SPI master to indicate to SPI
46 transfer when it is actually needed, and stay in any desired low-power
[all …]
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/usb/
Daudio.h4 * SPDX-License-Identifier: Apache-2.0
59 /* 2.4 Bi-directional Terminal Types */
/Zephyr-Core-3.6.0/drivers/pinctrl/
Dpinctrl_mchp_xec.c2 * Copyright (c) 2016 Open-RnD Sp. z o.o.
7 * SPDX-License-Identifier: Apache-2.0
16 * Microchip XEC: each GPIO pin has two 32-bit control register.
17 * The first 32-bit register contains all pin features except
41 val |= ((drvstr - 1u) << MCHP_GPIO_CTRL2_DRV_STR_POS); in config_drive_slew()
48 regs->CTRL2[idx] = (regs->CTRL2[idx] & ~msk) | (val & msk); in config_drive_slew()
53 * None, weak pull-up, weak pull-down, or repeater mode (both pulls enabled).
55 * If the no-bias boolean is set then disable internal pulls.
87 * alternate function is input or bi-directional.
99 return -EINVAL; in xec_config_pin()
[all …]
/Zephyr-Core-3.6.0/include/zephyr/usb/class/
Dusb_audio.h6 * SPDX-License-Identifier: Apache-2.0
14 * - USB Device Class Definition for Audio Devices (audio10.pdf)
17 * - USB Device Class Definition for Audio Data Formats (frmts10.pdf)
18 * - USB Device Class Definition for Terminal Types (termt10.pdf)
30 * Refer to Table A-2 from audio10.pdf
39 /** Audio Class-Specific AC Interface Descriptor Subtypes.
40 * Refer to Table A-5 from audio10.pdf
54 /** Audio Class-Specific AS Interface Descriptor Subtypes
55 * Refer to Table A-6 from audio10.pdf
64 /** Audio Class-Specific Request Codes
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/
Dl2cap-pics.rst1 .. _l2cap-pics:
8 M - mandatory
10 O - optional
69 TSPC_L2CAP_2_26 False Supports sending more than one unacknowledged I-Frame when operating in E…
70 TSPC_L2CAP_2_27 False Supports sending more than three unacknowledged I-Frame when operating in…
107 TSPC_L2CAP_3_7 False Support of bi-directional quality of service (QoS) option field (C.1)
/Zephyr-Core-3.6.0/include/zephyr/xen/public/
Dxen.h1 /* SPDX-License-Identifier: MIT */
33 #include "arch-arm.h"
178 * DOMID_IO is used to restrict page-table updates to mapping I/O memory.
182 * aren't adjusted on the I/O-mapping code path).
194 * - HYPERVISOR_mmu_update()'s, HYPERVISOR_mmuext_op()'s, or
196 * - with XENMAPSPACE_gmfn_foreign,
221 * Event channel endpoints per domain (when using the 2-level ABI):
231 * looking for changes to 'version'. If the least-significant bit of
245 * ((((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul) >> 32)
265 * 'evtchn_upcall_pending' is written non-zero by Xen to indicate
[all …]
/Zephyr-Core-3.6.0/doc/kernel/services/data_passing/
Dmailboxes.rst33 Each message may be received by only one thread (i.e. point-to-multipoint and
36 Messages exchanged using a mailbox are handled non-anonymously,
52 The size and format of the message data is application-defined, and can vary
123 .. code-block:: c
134 .. code-block:: c
146 A 32-bit value that is exchanged by the message sender and receiver,
148 bi-directional, allowing the sender to pass a value to the receiver
202 and the application-defined info value supplied by the receiving thread.
220 an application-specified number of messages from a sending thread
226 application-defined info value supplied by the receiving thread.
[all …]