Searched refs:define (Results 101 – 125 of 408) sorted by relevance
12345678910>>...17
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | linker.ld | 10 #define IS_CHOSEN_SRAM(x) (DT_DEP_ORD(DT_NODELABEL(x)) == DT_DEP_ORD(DT_CHOSEN(zephyr_sram)))
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | disco_l475_iot1.overlay | 8 /* do not define the leds on the pa5 and pb14 but pwmleds */
|
/Zephyr-latest/ |
D | .clang-format | 5 # git grep -h '^#define [^[:space:]]*FOR_EACH[^[:space:]]*(' include/ \ 6 # | sed "s,^#define \([^[:space:]]*FOR_EACH[^[:space:]]*\)(.*$, - '\1'," \
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 32 #define APP_SMEM_LD <app_smem_unaligned.ld> 34 #define APP_SMEM_LD <app_smem_aligned.ld>
|
D | app_smem_pinned.ld | 36 #define APP_SMEM_LD <app_smem_pinned_unaligned.ld> 38 #define APP_SMEM_LD <app_smem_pinned_aligned.ld>
|
/Zephyr-latest/lib/cpp/minimal/include/ |
D | new | 14 #define ZEPHYR_SUBSYS_CPP_INCLUDE_NEW_
|
D | cstdint | 14 #define ZEPHYR_SUBSYS_CPP_INCLUDE_CSTDINT_
|
/Zephyr-latest/samples/bluetooth/hci_uart/dts/arm/nordic/ |
D | override.dtsi | 7 #define NRF_DEFAULT_IRQ_PRIORITY 3
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 48 #define ROMABLE_REGION ROM 49 #define RAMABLE_REGION RAM 51 #define ROMABLE_REGION RAM 52 #define RAMABLE_REGION RAM 56 #define MMU_PAGE_ALIGN . = ALIGN(CONFIG_MMU_PAGE_SIZE); 58 #define MMU_PAGE_ALIGN 66 #define MMU_PAGE_ALIGN_PERM MMU_PAGE_ALIGN 68 #define MMU_PAGE_ALIGN_PERM 420 #define SMEM_PARTITION_ALIGN(size) MMU_PAGE_ALIGN_PERM 421 #define APP_SHARED_ALIGN MMU_PAGE_ALIGN_PERM
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 43 to properly define an MPU region for the heap. 68 bool "Allow user to define _sbrk" 70 Allow user to define custom version of the _sbrk function. Some application
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | linker.ld | 10 #define IS_CHOSEN_SRAM(x) (DT_DEP_ORD(DT_NODELABEL(x)) == DT_DEP_ORD(DT_CHOSEN(zephyr_sram)))
|
/Zephyr-latest/cmake/linker/iar/ |
D | config_file_script.cmake | 78 "define image symbol __${name_clean}_size = (__${symbol_val} - ADDR(${name_clean}))") 202 set(${STRING_STRING} "${${STRING_STRING}}define memory mem with size = 16E;\n") 204 set(${STRING_STRING} "${${STRING_STRING}}define memory mem with size = 4G;\n") 237 # define rom region FLASH = mem:[from 0x0 size 0x40000]; 238 set(memory_region "define${flags} region ${name} = mem:[from ${start} size ${size}];") 261 set(${STRING_STRING} "${${STRING_STRING}}define image symbol ${image_symbol};\n") 272 …set(${STRING_STRING} "${${STRING_STRING}} define block HEAP with alignment=8 { symbol kheap__syst… 274 …set(${STRING_STRING} "${${STRING_STRING}} define block HEAP with alignment=8, expanding size { };… 277 # set(${STRING_STRING} "${${STRING_STRING}}define exported symbol HEAP$$Base=kheap__system_heap;… 278 # set(${STRING_STRING} "${${STRING_STRING}}define exported symbol HEAP$$Limit=END(kheap__system_… [all …]
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 47 #define SERVER_PORT 1883 53 #define APP_SLEEP_MSECS 500 59 #define APP_CONNECT_TRIES 10 65 #define MQTT_CLIENTID "zephyr_publisher" 72 #define APP_BLUEMIX_TOPIC 1 80 #define BLUEMIX_DEVTYPE "sensor" 81 #define BLUEMIX_DEVID "carbon" 82 #define BLUEMIX_EVENT "status" 83 #define BLUEMIX_FORMAT "json" 200 #define SOCKS5_PROXY_ADDR SERVER_ADDR [all …]
|
/Zephyr-latest/soc/espressif/esp32/ |
D | mcuboot.ld | 15 #define GROUP_DATA_LINK_IN(vregion, lregion) > vregion 18 #define RAMABLE_REGION dram_seg 19 #define RAMABLE_REGION_1 dram_seg 20 #define RODATA_REGION dram_seg 21 #define ROMABLE_REGION dram_seg
|
D | default_appcpu.ld | 28 #define ROMABLE_REGION FLASH 29 #define RODATA_REGION dram0_1_seg 30 #define RAMABLE_REGION dram0_1_seg 31 #define IRAM_REGION iram0_1_seg 35 #define GROUP_DATA_LINK_IN(vregion, lregion) > vregion AT > lregion 38 #define GROUP_NOLOAD_LINK_IN(vregion, lregion) > vregion 43 #define GROUP_ROM_LINK_IN(vregion, lregion) > RODATA_REGION AT > lregion 47 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT 50 #define SECTION_PROLOGUE SECTION_DATA_PROLOGUE
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 47 * __CTOR_END__ symbols we define __init_array_start and __init_array_end 48 * to the same address to define an empty list. This prevents the glibc
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | getincludes.py | 28 defines = ["-D" + d.define for d in tcg.defines]
|
/Zephyr-latest/scripts/native_simulator/common/other/ |
D | linker_script.pre.ld | 12 #define NSI_INIT_LEVEL(level) \
|
/Zephyr-latest/tests/ztest/base/ |
D | CMakeLists.txt | 8 # This test suite depends on having this CONFIG_ value, so define it
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.cddl | 17 ; now define the generic versions
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | analysis_first_analysis.ecl | 4 # The aim of this file is to define the analysis configuration for <RULESET>.
|
D | analysis_heavy_STU.ecl | 4 # The aim of this file is to define the analysis configuration for <RULESET>.
|
D | analysis_HIS.ecl | 4 # The aim of this file is to define the analysis configuration for <RULESET>.
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | Kconfig | 9 bool "Whether to statically define the Gateway. Will use Search procedure if False."
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/ |
D | up_squared.dts | 11 #define DT_DRAM_SIZE DT_SIZE_M(2048)
|
12345678910>>...17