Searched full:direct (Results 1 – 25 of 344) sorted by relevance
12345678910>>...14
/Zephyr-latest/drivers/flash/ |
D | Kconfig.npcx_fiu | 41 bool "Direct Read Access version 1 support" 47 bool "Direct Read Access version 2 support" 53 bool "4 byte address support in Direct Read Access mode" 57 Selected if NPCX series supports 4 byte address mode in Direct Read 61 bool "4 byte address support in Direct Read Access mode" 65 Selected if NPCX series supports two external SPI devices in Direct
|
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() 270 /* Enable direct access for 2 external SPI devices */ in qspi_npcx_fiu_init()
|
/Zephyr-latest/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-latest/samples/bluetooth/direct_adv/ |
D | README.rst | 2 :name: Direct Advertising 10 Application demonstrating the Bluetooth LE Direct Advertising capability. If no device is bonded 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.
|
D | sample.yaml | 2 name: Bluetooh Direct Advertising
|
D | prj.conf | 12 CONFIG_BT_DEVICE_NAME="Direct Adv"
|
/Zephyr-latest/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-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
|
D | sample.yaml | 39 - "direct.length = 100" 40 - "direct.length_1 = 46" 41 - "direct.length_2 = 54"
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | irq.h | 204 * request) for dynamic direct interrupts. 206 * This macro registers the ISR dispatcher function for dynamic direct 208 * direct ISRs in the kernel for that interrupt source. 213 * irq_connect_dynamic() and enabled via irq_enable() before the dynamic direct 221 * With respect to their declaration, dynamic 'direct' interrupts are regular 223 * unlike regular direct interrupts, they are not placed directly into the 228 * - Similar to direct interrupts, the call into the OS to exit power 230 * before the ISR is run, but with dynamic direct ones when and if it runs 233 * - Similar to direct interrupts, scheduling decisions are optional. Unlike 234 * direct interrupts, the decisions must be made at build time.
|
/Zephyr-latest/dts/bindings/rtc/ |
D | microcrystal,rv3028.yaml | 30 - direct 35 - direct: Direct Switching Mode (DSM): when VDD < VBACKUP, switchover occurs from VDD to
|
D | nxp,pcf8523.yaml | 49 - direct 54 - direct: The power failure condition happens when VDD < VBAT
|
/Zephyr-latest/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-latest/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
|
D | silabs,ldma.yaml | 7 The Silabs LDMA is a general-purpose direct memory access controller
|
/Zephyr-latest/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-latest/include/zephyr/drivers/i3c/ |
D | ccc.h | 34 * @param broadcast True if broadcast, false if direct. 41 * @param broadcast True if broadcast, false if direct. 49 * @param broadcast True if broadcast, false if direct. 56 * @param broadcast True if broadcast, false if direct. 63 * @param broadcast True if broadcast, false if direct. 70 * @param broadcast True if broadcast, false if direct. 77 * @param broadcast True if broadcast, false if direct. 91 * Set Max Write Length (Broadcast or Direct) 93 * @param broadcast True if broadcast, false if direct. 98 * Set Max Read Length (Broadcast or Direct) [all …]
|
/Zephyr-latest/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-latest/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-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/dma/ |
D | Kconfig.sam_xdmac | 11 Enable Atmel SAM MCU Family Direct Memory Access (XDMAC) driver.
|
/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 107 bool "Reject Direct-XIP applications with mismatched address" 112 Direct-XIP address.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | microchip,xec-ecia.yaml | 14 direct-capable-girqs:
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci_raw.rst | 12 Bluetooth stack is not used. RAW API provides direct access to packets which
|
12345678910>>...14