/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | Kconfig | 14 bool "Send ZLP on ISO IN when not ready" 18 Controls the response of the ISO IN endpoint to an IN token when no
|
/Zephyr-latest/arch/x86/core/ |
D | early_serial.c | 20 #define IN(reg) sys_in8(reg + DT_REG_ADDR(DT_CHOSEN(zephyr_console))) macro 28 #define IN(reg) (sys_read32(mmio + (reg) * 4) & 0xff) macro 40 #define IN(reg) sys_read8(BASE + reg) macro 72 while ((IN(REG_LSR) & LSR_THRE) == 0) { in serout()
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 23 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 25 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 26 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
D | doxygen-awesome-sidebar-only.css | 22 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 24 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 25 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 21 FOR ${obs_type} IN 0 1 2 22 FOR ${consumers} IN 1 4 8 23 FOR ${msg_size} IN 2 8 32 128 512 47 FOR ${count} IN RANGE 3
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/ |
D | index.rst | 42 | P0.04/AIN2 | SPI-MISO | IN | 50 | P0.08 | BMA421-INT | IN | 58 | P0.12 | CHARGE INDICATION | IN | 60 | P0.13 | PUSH BUTTON_IN | IN | 72 | P0.19 | POWER PRESENCE INDICATION | IN | 90 | P0.28/AIN4 | TP_INT | IN | 94 | P0.30/AIN6 | HRS3300-TEST | IN | 96 | P0.31/AIN7 | BATTERY VOLTAGE (Analog) | IN |
|
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/ |
D | README.rst | 5 Implement a USB Audio microphone + headphones device with audio IN/OUT loopback. 11 project. This very simple sample that performs loopback over IN/OUT 33 - Chose default Audio IN/OUT.
|
/Zephyr-latest/samples/subsys/usb/audio/headset/ |
D | README.rst | 5 Implement a USB Audio headset device with audio IN/OUT loopback. 11 project. This very simple sample that performs loopback over IN/OUT 32 - Chose default Audio IN/OUT.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.hid | 14 int "Number of buffers in the IN pool" 18 Number of buffers in the IN pool per HID instance.
|
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 161 | 3 | AIN4 | Analog Input 4 | IN | 163 | 4 | AIN3 | Analog Input 3 | IN | 167 | 6 | AIN2 | Analog Input 2 | IN | 169 | 7 | AIN1 | Analog Input 1 | IN | 173 | 9 | DIN2 | Digital Input 2 | IN | 186 | 2 | DIN1 | Digital Input 1 | IN | 190 | 4 | THERM4 | Thermistor Input 4 | IN | 192 | 5 | THERM3 | Thermistor Input 3 | IN | 196 | 7 | THERM2 | Thermistor Input 2 | IN | 198 | 8 | THERM1 | Thermistor Input 1 | IN | [all …]
|
/Zephyr-latest/drivers/dp/ |
D | swdp_ll_pin.h | 81 return ((reg->IN >> pin) & 1); in swdp_ll_pin_get()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_sedi.c | 19 extern void sedi_ipc_isr(IN sedi_ipc_t ipc_device); 44 static void ipm_event_dispose(IN sedi_ipc_t device, IN uint32_t event, INOUT void *params) in ipm_event_dispose()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 33 #define ECBDATAPTR IN.PTR 83 NRF_ECB->IN.PTR = (uint32_t)ep->in; in do_ecb() 179 NRF_ECB->IN.PTR = (uint32_t)in; in ecb_encrypt_nonblocking()
|
/Zephyr-latest/boards/ezurio/bl654_sensor_board/doc/ |
D | bl654_sensor_board.rst | 159 | 4 | RXD | UART Receive pin | IN | 163 | 6 | CTS | UART Clear-to-send pin | IN | 186 | 2 | SWDIO | Serial wire data input/output pin | IN/OUT | 188 | 3 | nRESET | Module reset pin | IN | 190 | 4 | SWCLK | Serial wire clock input pin | IN |
|
/Zephyr-latest/tests/cmake/yaml/ |
D | CMakeLists.txt | 60 foreach(a e IN ZIP_LISTS actual expected) 86 foreach(a e IN ZIP_LISTS actual expected) 200 foreach(a e IN ZIP_LISTS readback new_value) 256 foreach(a e IN ZIP_LISTS readback new_value) 316 foreach(a e IN ZIP_LISTS readback new_value)
|
/Zephyr-latest/cmake/modules/ |
D | snippets.cmake | 80 foreach(root IN LISTS SNIPPET_ROOT) 112 foreach(snippet IN LISTS SNIPPET_AS_LIST)
|
/Zephyr-latest/modules/hal_nordic/nrf-regtool/ |
D | nrf-regtoolConfig.cmake | 42 foreach(component IN LISTS ${CMAKE_FIND_PACKAGE_NAME}_FIND_COMPONENTS)
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.cdc | 31 CDC ACM class interrupt IN endpoint size
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | native_simulator_sb_extensions.cmake | 56 foreach(arg IN LISTS ARGV)
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 40 WORK IN PROGRESS, not enabled in the driver yet
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 54 * HCI events through interrupt IN endpoint 55 * ACL data through one bulk IN and one bulk OUT endpoints 190 To mitigate the issue, Zephyr CDC ACM implementation arms IN endpoint with ZLP 234 For the HID class interface, an IN interrupt endpoint is required for each instance, 467 ``15 IN`` and ``15 OUT`` device endpoints are also available for use in functions. 470 device controller might support one IN and one OUT isochronous endpoint, but 472 Also, one controller may be able to have IN/OUT endpoints on the same endpoint 473 number, interrupt IN endpoint 0x81 and bulk OUT endpoint 0x01, while the other
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/ |
D | index.rst | 141 | MISO | PC19 (IN, SPI MISO) … 147 | IRQ | PB00 (IN, GPIO external interrupt) …
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xmc4xxx.c | 144 *value = port->IN & pin_mask; in gpio_xmc4xxx_get_raw()
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 45 foreach(path IN LISTS paths) 209 foreach(path IN LISTS paths)
|
/Zephyr-latest/cmake/sca/codechecker/ |
D | sca.cmake | 119 foreach(export_item IN LISTS export_list)
|