Searched refs:defined (Results 76 – 100 of 651) sorted by relevance
12345678910>>...27
/Zephyr-latest/soc/nxp/imx/imx8m/m7/ |
D | linker.ld | 12 #if defined(CONFIG_CODE_DDR)
|
/Zephyr-latest/soc/st/stm32/stm32n6x/ |
D | Kconfig.defconfig | 13 # For STM32N6, override the value defined in STM32 Kconfig to use CPU clock frequency
|
/Zephyr-latest/tests/drivers/pinctrl/nrf/ |
D | Kconfig | 13 control configuration defined in a device driver.
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | Kconfig.defconfig | 9 # of the flash, or into the code-partition defined in DT if it is intended to 14 # must be linked into the code-partition (non-secure) defined in DT, regardless.
|
/Zephyr-latest/boards/nordic/nrf9151dk/ |
D | Kconfig.defconfig | 9 # of the flash, or into the code-partition defined in DT if it is intended to 14 # must be linked into the code-partition (non-secure) defined in DT, regardless.
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | Kconfig.defconfig | 9 # of the flash, or into the code-partition defined in DT if it is intended to 14 # must be linked into the code-partition (non-secure) defined in DT, regardless.
|
/Zephyr-latest/samples/drivers/eeprom/ |
D | README.rst | 16 In case the target board has defined an EEPROM with alias ``eeprom-0`` the 27 Otherwise either a board specific overlay needs to be defined, or a shield must
|
/Zephyr-latest/boards/shields/ls0xx_generic/ |
D | ls013b7dh03.overlay | 24 extcomin-frequency = <60>; /* required if extcomin-gpios is defined */
|
/Zephyr-latest/include/zephyr/linker/ |
D | irq-vector-table-section.ld | 10 * table (like STM32F0). The symbol defined here is overriding the one in
|
/Zephyr-latest/tests/drivers/pinctrl/gd32/ |
D | Kconfig | 13 control configuration defined in a device driver.
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | linker.ld | 23 /* This linker script requires the following macros to be defined in the 24 * SOC-specific linker script. All of these values can be found defined 42 #if defined(CONFIG_ROM_END_OFFSET) 138 #if defined(CONFIG_GP_ALL_DATA) 226 #if defined(CONFIG_GP_LOCAL) || defined(CONFIG_GP_GLOBAL)
|
/Zephyr-latest/cmake/emu/ |
D | custom.cmake | 5 # The real 'run' custom_target should be defined in `board.cmake` instead.
|
D | renode.cmake | 14 # Check if there is any Renode script overlay defined for the target board
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 17 Any number of atomic variables can be defined (limited only by available RAM). 32 An atomic variable is defined using a variable of type :c:type:`atomic_t`. 69 An array of 32-bit atomic variables can be defined in the conventional manner. 97 operation as defined by the C++ memory model) where needed by hardware
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.mcux_gpt | 13 first GPT peripheral defined in the system, which can no longer be used
|
/Zephyr-latest/cmake/modules/ |
D | arch.cmake | 14 # The following variables will be defined when this CMake module completes: 36 message(FATAL_ERROR "ARCH not defined. Check that BOARD=${BOARD}, is selecting "
|
/Zephyr-latest/drivers/mm/ |
D | Kconfig | 24 being defined as memory ranging from linker script 25 defined "unused_l2_sram_start_marke" to end of RAM.
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/ |
D | Kconfig.defconfig | 19 # of the flash, or into the code-partition defined in DT if it is intended to 24 # must be linked into the code-partition (non-secure) defined in DT, regardless.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg_srv.rst | 6 The Configuration Server model is a foundation model defined by the Bluetooth Mesh
|
/Zephyr-latest/subsys/debug/coredump/ |
D | Kconfig | 40 bool "Backend subsystem for coredump defined out of tree" 42 Core dump is done via custom mechanism defined out of tree 73 bool "RAM defined by linker section"
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 11 macro named ``DT_DRV_COMPAT`` to be defined before they can be used; these are 25 ``DT_DRV_COMPAT`` to be defined. 67 ``ranges`` property. Because this property's semantics are defined by the 70 binding indicates it is a PCIe bus node, as defined in the 84 ``reg`` property. Because this property's semantics are defined by the 98 Because this property's semantics are defined by the devicetree specification, 114 be defined before use. 136 devicetree nodes, which is defined as the `transitive closure 209 instance number. They are almost all defined in terms of one of the 218 Since ``DT_DRV_INST()`` requires ``DT_DRV_COMPAT`` to be defined, it's an error [all …]
|
/Zephyr-latest/subsys/net/l2/ethernet/lldp/ |
D | Kconfig | 59 Chassis ID subtype options are defined below. 70 be defined, otherwise you must use NET_LLDP_CHASSIS_ID instead. 129 Port ID subtype options are defined below. 140 be defined, otherwise you must use NET_LLDP_PORT_ID instead.
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | README.rst | 99 * if the :kconfig:option:`CONFIG_DISK_DRIVER_SDMMC` configuration is defined, ``"SD"`` 101 * if the :kconfig:option:`CONFIG_DISK_DRIVER_SDMMC` configuration is not defined, but the 102 :kconfig:option:`CONFIG_DISK_DRIVER_MMC` configuration is defined, ``"SD2"`` will 105 configurations are defined, the mount point name will not be determined, and an appropriate error
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 8 generic tool interfaces. Though it was originally defined for ARM Cortex-M
|
/Zephyr-latest/boards/arm/mps3/ |
D | mps3_corstone300_fvp_ns.dts | 77 /* The memory regions defined below must match what the TF-M 78 * project has defined for that board - a single image boot is
|
12345678910>>...27