Searched full:direct (Results 1 – 25 of 284) sorted by relevance
12345678910>>...12
/Zephyr-Core-3.5.0/dts/bindings/flash_controller/ |
D | nuvoton,npcx-fiu-nor.yaml | 30 description: Mapped memory address of direct read access for spi nor flash. 43 Selects the SPI read access type of Direct Read Access. Usually, we choose 47 - "NPCX_RD_MODE_NORMAL" # Direct read access by command code 03h 48 - "NPCX_RD_MODE_FAST" # Direct read access by command code 0bh 49 - "NPCX_RD_MODE_FAST_DUAL" # Direct read access by command code bbh
|
D | nuvoton,npcx-fiu-qspi.yaml | 37 en-direct-access-2dev: 40 Two external SPI devices are supported for Direct Read Access (DRA) on QSPI bus.
|
/Zephyr-Core-3.5.0/samples/bluetooth/direct_adv/ |
D | README.rst | 3 Bluetooth: Direct Advertising 9 Application demonstrating the BLE Direct Advertising capability. If no device is bonded 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.
|
D | sample.yaml | 2 name: Bluetooh Direct Advertising
|
D | prj.conf | 12 CONFIG_BT_DEVICE_NAME="Direct Adv"
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ |
D | Kconfig.dtm | 12 Enable support for Direct Test Mode in the Controller. 15 bool "Direct Test Mode over HCI" 19 Enable support for Direct Test Mode over the HCI transport.
|
/Zephyr-Core-3.5.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
|
D | sample.yaml | 35 - "direct.length = 100" 36 - "direct.length_1 = 46" 37 - "direct.length_2 = 54"
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/ |
D | irq.h | 198 * request) for dynamic direct interrupts. 200 * This macro registers the ISR dispatcher function for dynamic direct 202 * direct ISRs in the kernel for that interrupt source. 207 * irq_connect_dynamic() and enabled via irq_enable() before the dynamic direct 215 * With respect to their declaration, dynamic 'direct' interrupts are regular 217 * unlike regular direct interrupts, they are not placed directly into the 222 * - Similar to direct interrupts, the call into the OS to exit power 224 * before the ISR is run, but with dynamic direct ones when and if it runs 227 * - Similar to direct interrupts, scheduling decisions are optional. Unlike 228 * direct interrupts, the decisions must be made at build time.
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/i3c/ |
D | ccc.h | 32 * @param broadcast True if broadcast, false if direct. 39 * @param broadcast True if broadcast, false if direct. 47 * @param broadcast True if broadcast, false if direct. 54 * @param broadcast True if broadcast, false if direct. 61 * @param broadcast True if broadcast, false if direct. 68 * @param broadcast True if broadcast, false if direct. 75 * @param broadcast True if broadcast, false if direct. 89 * Set Max Write Length (Broadcast or Direct) 91 * @param broadcast True if broadcast, false if direct. 96 * Set Max Read Length (Broadcast or Direct) [all …]
|
/Zephyr-Core-3.5.0/drivers/interrupt_controller/ |
D | Kconfig.gic | 22 compatible to the GIC node in your DT and remove the direct selection. 32 compatible to the GIC node in your DT and remove the direct selection. 42 compatible to the GIC node in your DT and remove the direct selection.
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_irq_advanced_features/src/ |
D | arm_dynamic_direct_interrupts.c | 12 /* Offset for the Direct interrupt used in this test. */ 60 /* Confirm test flag is set by the dynamic direct ISR handler. */ in ZTEST() 84 /* Confirm test flag is set by the dynamic direct ISR handler. */ in ZTEST()
|
/Zephyr-Core-3.5.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 107 bool "Reject Direct-XIP applications with mismatched address" 112 Direct-XIP address.
|
/Zephyr-Core-3.5.0/dts/bindings/dma/ |
D | espressif,esp32-gdma.yaml | 5 Espressif's GDMA (General Direct Memory Access) Node 7 General Direct Memory Access (GDMA) is a feature that allows
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/interrupt-controller/ |
D | mchp-xec-ecia.h | 14 * nd = bits[31:24], direct NVIC number. For sources without a direct
|
/Zephyr-Core-3.5.0/tests/arch/x86/direct_isr/src/ |
D | direct_isr.c | 47 * @brief Test direct interrupt function 49 * @details validate direct interrupt works as expected. 50 * - Register two direct interrupt at build time.
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | flash_npcx_fiu_qspi.c | 31 /* Enable 2 external SPI devices for direct read on QSPI bus */ 86 /* NPCX SPI Direct Read Access (DRA)/User Mode Access (UMA) configuration functions */ 136 /* Enable quad mode of Direct Read Mode if needed */ in qspi_npcx_config_dra_mode() 143 /* Selects the SPI read access type of Direct Read Access mode */ in qspi_npcx_config_dra_mode() 146 /* Enable/Disable 4 byte address mode for Direct Read Access (DRA) */ in qspi_npcx_config_dra_mode() 226 /* Configure for Direct Read Access (DRA) settings */ in qspi_npcx_fiu_mutex_lock_configure() 271 /* Enable direct access for 2 external SPI devices */ in qspi_npcx_fiu_init()
|
/Zephyr-Core-3.5.0/dts/bindings/rtc/ |
D | nxp,pcf8523.yaml | 49 - direct 54 - direct: The power failure condition happens when VDD < VBAT
|
/Zephyr-Core-3.5.0/include/zephyr/devicetree/ |
D | ordinals.h | 35 * @brief Get a list of dependency ordinals of a node's direct dependencies 44 * no direct dependencies; every other node at least depends on its 82 * direct dependencies
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | Kconfig.sam_xdmac | 11 Enable Atmel SAM MCU Family Direct Memory Access (XDMAC) driver.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 76 bool "L2CAP Receive segment direct API [EXPERIMENTAL]" 80 Enable API for direct receiving of L2CAP SDU segments, bypassing the
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | dma.rst | 3 Direct Memory Access (DMA)
|
/Zephyr-Core-3.5.0/dts/bindings/interrupt-controller/ |
D | microchip,xec-ecia.yaml | 14 direct-capable-girqs:
|
/Zephyr-Core-3.5.0/boards/posix/common/irq/ |
D | board_irq.h | 40 * Configure a 'direct' static interrupt. 61 * posix_irq_handler() both for direct and normal interrupts together
|
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/ |
D | cmakefileapijson.py | 333 # Create direct pointers for all Configs in Codemodel 339 # Create direct pointers for all contents of Config 349 # Create direct pointers for ConfigDir indices 370 # Create direct pointers for ConfigProject indices 390 # Create direct pointers for ConfigTarget indices 411 # Create direct pointers for TargetSource indices 424 # Create direct pointers for TargetSourceGroup indices 431 # Create direct pointers for TargetCompileGroup indices
|
12345678910>>...12