Searched full:directly (Results 1 – 25 of 798) sorted by relevance
12345678910>>...32
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | exc_exit.c | 13 * interrupts that are installed directly in the vector table (i.e. that are not 24 * directly in vector table 26 * Kernel allows installing interrupt handlers (ISRs) directly into the vector 28 * be invoked directly without going through a software interrupt table. 31 * interrupt table do this automatically via a wrapper, ISRs connected directly 50 * directly in vector table
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.flash | 18 Enable this to support auto detection of ISSI chips if chip vendor not directly 26 Enable this to support auto detection of MXIC chips if chip vendor not directly 35 directly given by ``chip_drv`` member of the chip struct. If you are using Wrover 47 Enable this to support auto detection of Winbond chips if chip vendor not directly 55 Enable this to support auto detection of BOYA chips if chip vendor not directly 63 Enable this to support auto detection of TH chips if chip vendor not directly 72 Enable this to support auto detection of Octal MXIC chips if chip vendor not directly
|
/Zephyr-latest/dts/bindings/usb/ |
D | maxim,max3421e_spi.yaml | 17 If connected directly the MCU pin should be configured 24 If connected directly the MCU pin should be configured
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | nxp,mcr20a.yaml | 17 If connected directly the MCU pin should be configured 26 If connected directly the MCU pin should be configured
|
D | decawave,dw1000.yaml | 17 If connected directly the MCU pin should be configured 26 If connected directly the MCU pin should be configured
|
/Zephyr-latest/dts/bindings/misc/ |
D | zephyr,modbus-serial.yaml | 16 If connected directly the MCU pin should be configured 24 If connected directly the MCU pin should be configured
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | wiznet,w5500.yaml | 17 If connected directly the MCU pin should be configured 24 If connected directly the MCU pin should be configured
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | ordinals.h | 54 * @brief Get a list of dependency ordinals of what depends directly on a node 88 * on directly 93 * @brief Get a list of dependency ordinals of what depends directly on a 99 * @return a list of node identifiers for the nodes that depend directly
|
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/ |
D | README.txt | 1 Title: Installation of ISRs Directly in the Vector Table (ARM Only) 5 Verify a project can install ISRs directly in the vector table. Only for 34 tc_start() - Test Cortex-M3 IRQ installed directly in vector table
|
/Zephyr-latest/tests/subsys/pm/device_power_domains/src/ |
D | main.c | 95 /* Directly request the supported device */ in ZTEST() 104 /* Directly release the supported device */ in ZTEST() 114 /* Directly request the supported device multiple times */ in ZTEST() 117 /* Directly release the supported device the first time, check all still powered */ in ZTEST() 124 /* Directly release the supported device the second time, check all off */ in ZTEST()
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 15 # Loading of this file directly is deprecated and only kept for backward compatibility. 20 message(WARNING "Loading of Zephyr boilerplate.cmake directly is deprecated, "
|
/Zephyr-latest/subsys/lorawan/nvm/ |
D | lorawan_nvm.h | 16 * @note This function should not be called directly by the application 35 * not directly by the application.
|
/Zephyr-latest/dts/bindings/coredump/ |
D | zephyr,coredump.yaml | 20 A device of type COREDUMP_TYPE_MEMCPY can directly memcpy the provided memory-regions 27 to add data into the coredump that may not be directly accessible through a memcpy and/or
|
/Zephyr-latest/scripts/utils/ |
D | gen_util_macros.py | 40 …file.write("#error \"This header should not be used directly, please include util_loops.h instead\… 68 file.write("#error \"This header should not be used directly, \ 90 file.write("#error \"This header should not be used directly, \ 112 file.write("#error \"This header should not be used directly, \ 135 file.write("#error \"This header should not be used directly, \
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 13 The BLOB Flash Reader interacts with the BLOB Transfer Client to read BLOB data directly from flash. 21 The BLOB Flash Writer interacts with the BLOB Transfer Server to write BLOB data directly to flash.
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 47 - Arguments passed to the ``analyze`` command directly. (e.g. ``--timeout;360``) 61 - Arguments passed to the ``parse`` command directly. (e.g. ``--verbose;debug``) 67 - Arguments passed to the ``store`` command directly. Implies ``CODECHECKER_STORE``.
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | exc_exit.S | 13 * or interrupts that are installed directly in the vector table (i.e. that are 110 * @brief Kernel housekeeping when exiting interrupt handler installed directly 113 * Kernel allows installing interrupt handlers (ISRs) directly into the vector 115 * be invoked directly without going through a software interrupt table. 118 * interrupt table do this automatically via a wrapper, ISRs connected directly
|
/Zephyr-latest/boards/ |
D | Kconfig.v1 | 5 # In HWMv1 the KCONFIG_BOARD_DIR points directly to the BOARD_DIR.
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | microchip,xec-ecia.yaml | 19 directly to the ARM NVIC.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hci/ |
D | hci_vendor.h | 10 /* Map vendor command handler directly to common implementation */
|
/Zephyr-latest/include/zephyr/arch/riscv/riscv-privileged/ |
D | asm_inline_gcc.h | 11 * The file must not be included directly
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.nrf_ecb | 10 # Bluetooth controller uses the ECB peripheral directly
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | asm_inline.h | 11 * The file must not be included directly
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | asm_inline.h | 11 * The file must not be included directly
|
/Zephyr-latest/boards/quicklogic/quick_feather/ |
D | quick_feather_defconfig | 16 # Thus we do not use flash directly.
|
12345678910>>...32