Home
last modified time | relevance | path

Searched refs:define (Results 101 – 125 of 408) sorted by relevance

12345678910>>...17

/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dlinker.ld10 #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/
Ddisco_l475_iot1.overlay8 /* do not define the leds on the pa5 and pb14 but pwmleds */
/Zephyr-latest/
D.clang-format5 # git grep -h '^#define [^[:space:]]*FOR_EACH[^[:space:]]*(' include/ \
6 # | sed "s,^#define \([^[:space:]]*FOR_EACH[^[:space:]]*\)(.*$, - '\1'," \
/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld32 #define APP_SMEM_LD <app_smem_unaligned.ld>
34 #define APP_SMEM_LD <app_smem_aligned.ld>
Dapp_smem_pinned.ld36 #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/
Dnew14 #define ZEPHYR_SUBSYS_CPP_INCLUDE_NEW_
Dcstdint14 #define ZEPHYR_SUBSYS_CPP_INCLUDE_CSTDINT_
/Zephyr-latest/samples/bluetooth/hci_uart/dts/arm/nordic/
Doverride.dtsi7 #define NRF_DEFAULT_IRQ_PRIORITY 3
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld48 #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/
DKconfig43 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/
Dlinker.ld10 #define IS_CHOSEN_SRAM(x) (DT_DEP_ORD(DT_NODELABEL(x)) == DT_DEP_ORD(DT_CHOSEN(zephyr_sram)))
/Zephyr-latest/cmake/linker/iar/
Dconfig_file_script.cmake78 "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/
DREADME.rst47 #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/
Dmcuboot.ld15 #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
Ddefault_appcpu.ld28 #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/
Dcommon-rom-init.ld47 * __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/
Dgetincludes.py28 defines = ["-D" + d.define for d in tcg.defines]
/Zephyr-latest/scripts/native_simulator/common/other/
Dlinker_script.pre.ld12 #define NSI_INIT_LEVEL(level) \
/Zephyr-latest/tests/ztest/base/
DCMakeLists.txt8 # This test suite depends on having this CONFIG_ value, so define it
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.cddl17 ; now define the generic versions
/Zephyr-latest/cmake/sca/eclair/ECL/
Danalysis_first_analysis.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
Danalysis_heavy_STU.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
Danalysis_HIS.ecl4 # The aim of this file is to define the analysis configuration for <RULESET>.
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DKconfig9 bool "Whether to statically define the Gateway. Will use Search procedure if False."
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/
Dup_squared.dts11 #define DT_DRAM_SIZE DT_SIZE_M(2048)

12345678910>>...17