Searched refs:direct (Results 1 – 25 of 100) sorted by relevance
1234
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/modem/ |
D | modem_cmd_handler.h | 35 .direct = false, \ 45 .direct = false, \ 57 .direct = true, \ 82 bool direct; member
|
/Zephyr-Core-3.7.0/samples/bluetooth/direct_adv/ |
D | README.rst | 11 boot direct advertising to the bonded central will be performed. Additionally this sample 15 Please note that direct advertising towards iOS based devices is not allowed.
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | hci_raw.rst | 12 Bluetooth stack is not used. RAW API provides direct access to packets which
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | Kconfig.nrf_mram | 16 Enables Nordic Semiconductor flash driver for MRAM in direct write mode.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 62 bool "L2CAP Receive segment direct API [EXPERIMENTAL]" 66 Enable API for direct receiving of L2CAP SDU segments, bypassing the
|
/Zephyr-Core-3.7.0/drivers/ps2/ |
D | Kconfig.npcx | 13 direct interfaces to an external keyboard, mouse or any other
|
/Zephyr-Core-3.7.0/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 38 /* pins out of sequence to test non direct read */
|
/Zephyr-Core-3.7.0/samples/drivers/mspi/mspi_flash/ |
D | README.rst | 11 memory device. While trivial it is an example of direct access and
|
/Zephyr-Core-3.7.0/samples/drivers/spi_flash/ |
D | README.rst | 11 memory device. While trivial it is an example of direct access and
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/doc/connectivity/networking/api/ |
D | ppp.rst | 15 layer (layer 2) communications protocol used to establish a direct connection
|
/Zephyr-Core-3.7.0/tests/arch/arm/arm_irq_advanced_features/ |
D | README.txt | 8 at runtime. In particular, it tests that dynamic direct IRQs may be
|
/Zephyr-Core-3.7.0/.github/ISSUE_TEMPLATE/ |
D | 007_ext-source.md | 56 Will the Zephyr project have a direct dependency on the component, or
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/doc/hardware/arch/ |
D | arc-support-status.rst | 40 | Regular interrupts with multiple priority levels, direct interrupts | Y | Y | …
|
/Zephyr-Core-3.7.0/ |
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-Core-3.7.0/soc/intel/intel_adsp/ |
D | Kconfig | 73 addresses here. The SOF application also makes direct use
|
/Zephyr-Core-3.7.0/kernel/ |
D | Kconfig.vm | 84 bool "Memory region direct-map support" 87 This enables the direct-map support, namely the region can be 1:1
|
/Zephyr-Core-3.7.0/doc/services/retention/ |
D | blinfo.rst | 111 * ``blinfo/running_slot`` The running slot, useful for direct-XIP mode to know
|
1234