Searched refs:direct (Results 1 – 25 of 109) sorted by relevance
12345
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 82 direct load: <alpha/length/2> 83 direct load: <alpha/length/1> 84 direct load: <alpha/length> 85 direct.length = 100 86 direct.length_1 = 41 87 direct.length_2 = 59
|
/Zephyr-latest/drivers/modem/ |
D | modem_cmd_handler.h | 35 .direct = false, \ 45 .direct = false, \ 57 .direct = true, \ 82 bool direct; member
|
/Zephyr-latest/samples/bluetooth/direct_adv/ |
D | README.rst | 12 boot direct advertising to the bonded central will be performed. Additionally this sample 16 Please note that direct advertising towards iOS based devices is not allowed.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci_raw.rst | 12 Bluetooth stack is not used. RAW API provides direct access to packets which
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_mram | 16 Enables Nordic Semiconductor flash driver for MRAM in direct write mode.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 62 bool "L2CAP Receive segment direct API [EXPERIMENTAL]" 65 Enable API for direct receiving of L2CAP SDU segments, bypassing the
|
/Zephyr-latest/drivers/ps2/ |
D | Kconfig.npcx | 14 direct interfaces to an external keyboard, mouse or any other
|
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 38 /* pins out of sequence to test non direct read */
|
/Zephyr-latest/samples/userspace/syscall_perf/ |
D | README.rst | 4 Measure performance overhead of a system calls compared to direct function calls.
|
/Zephyr-latest/samples/drivers/mspi/mspi_flash/ |
D | README.rst | 11 memory device. While trivial it is an example of direct access and
|
/Zephyr-latest/samples/drivers/spi_flash/ |
D | README.rst | 11 memory device. While trivial it is an example of direct access and
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 44 This sample in both modes (direct sample counting and indirect I2S buffer output 47 The sample defaults to indirect feedback calculation because direct sample
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.lan865x | 16 the LAN865X enables direct connectivity with a variety of controllers
|
D | Kconfig.adin2111 | 18 the ADIN2111 enables direct connectivity with a variety of controllers
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ppp.rst | 15 layer (layer 2) communications protocol used to establish a direct connection
|
/Zephyr-latest/tests/arch/arm/arm_irq_advanced_features/ |
D | README.txt | 8 at runtime. In particular, it tests that dynamic direct IRQs may be
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 56 Will the Zephyr project have a direct dependency on the component, or
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 19 This implementation of the ITS store module makes direct use of ZMS for storage.
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 309 Defining a 'direct' ISR 327 Zephyr supports so-called 'direct' interrupts, which are installed via 328 :c:macro:`IRQ_DIRECT_CONNECT`. These direct interrupts have some special 332 The following code demonstrates a direct ISR: 356 Installation of dynamic direct interrupts is supported on an 358 ARM Cortex-M architecture variant. Dynamic direct interrupts feature is 504 /** Parameter for non-direct IRQs */ 541 #. For 'direct' interrupts declared with :c:macro:`IRQ_DIRECT_CONNECT`, the 664 The isr_tables.c will contain all the structures for interrupts, direct interrupts and 733 Use a regular or direct ISR to perform interrupt processing that requires a
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 95 bool "Allow direct image upload" 100 (two DTS images for Zephyr); this allows to treat every DTS defined image as direct 102 NOTE: When direct upload is used the image numbers are shifted by + 1, and the default
|
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/doc/ |
D | index.rst | 85 through a direct control of the on-board environmental sensors (temperature, 102 a direct control of the on-board environmental sensors (temperature,
|
/Zephyr-latest/cmake/compiler/clang/ |
D | target.cmake | 74 # clang/LLVM supports using an alternative C library, either by direct linking,
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 26 in Zephyr requires direct knowledge of the hardware and how it works. There is 29 This means doing complex audio, video, or sensor streaming requires direct 33 to do rather than direct operations through C and callbacks is needed. Enabling
|
/Zephyr-latest/ |
D | LICENSE | 18 "control" means (i) the power, direct or indirect, to cause the 84 or a Contribution incorporated within the Work constitutes direct 157 liable to You for damages, including any direct, indirect, special,
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20-memory_map.dtsi | 101 * NOTE: FLPR has a direct bridge with RAM21 that bypasses MPC.
|
12345