/Zephyr-Core-3.4.0/soc/nios2/nios2f-zephyr/cpu/ |
D | ghrd_10m50da.qsf | 40 set_global_assignment -name FAMILY "MAX 10" 41 set_global_assignment -name DEVICE 10M50DAF484C6GES 42 set_global_assignment -name ORIGINAL_QUARTUS_VERSION 16.0.0 43 set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:01:48 APRIL 27, 2016" 44 set_global_assignment -name LAST_QUARTUS_VERSION "17.0.0 Standard Edition" 45 set_global_assignment -name TOP_LEVEL_ENTITY ghrd_10m50da_top 46 set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files 47 set_global_assignment -name UNIPHY_SEQUENCER_DQS_CONFIG_ENABLE ON 48 set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING ON 49 set_global_assignment -name UNIPHY_TEMP_VER_CODE 1590306432 [all …]
|
D | ghrd_10m50da.qsys | 2 <system name="$${FILENAME}"> 4 name="$${FILENAME}" 10 <parameter name="bonusData"><![CDATA[bonusData 281 <parameter name="clockCrossingAdapter" value="HANDSHAKE" /> 282 <parameter name="device" value="10M50DAF484C6GES" /> 283 <parameter name="deviceFamily" value="MAX 10" /> 284 <parameter name="deviceSpeedGrade" value="6" /> 285 <parameter name="fabricMode" value="QSYS" /> 286 <parameter name="generateLegacySim" value="false" /> 287 <parameter name="generationId" value="0" /> [all …]
|
D | ghrd_10m50da.sopcinfo | 2 <EnsembleReport name="ghrd_10m50da" kind="ghrd_10m50da" version="1.0" fabric="QSYS"> 6 <parameter name="AUTO_GENERATION_ID"> 15 <parameter name="AUTO_UNIQUE_ID"> 24 <parameter name="AUTO_DEVICE_FAMILY"> 33 <parameter name="AUTO_DEVICE"> 42 <parameter name="AUTO_DEVICE_SPEEDGRADE"> 51 <parameter name="AUTO_CLK_CLOCK_RATE"> 61 <parameter name="AUTO_CLK_CLOCK_DOMAIN"> 71 <parameter name="AUTO_CLK_RESET_DOMAIN"> 81 <parameter name="deviceFamily"> [all …]
|
/Zephyr-Core-3.4.0/cmake/linker_script/common/ |
D | debug-sections.cmake | 5 zephyr_linker_section(NAME .stab ADDRESS 0) 6 zephyr_linker_section(NAME .stabstr ADDRESS 0) 7 zephyr_linker_section(NAME .stab.excl ADDRESS 0) 8 zephyr_linker_section(NAME .stab.exclstr ADDRESS 0) 9 zephyr_linker_section(NAME .stab.index ADDRESS 0) 10 zephyr_linker_section(NAME .stab.indexstr ADDRESS 0) 11 zephyr_linker_section(NAME .gnu.build.attributes ADDRESS 0) 12 zephyr_linker_section(NAME .comment ADDRESS 0) 18 zephyr_linker_section(NAME .debug ADDRESS 0) 19 zephyr_linker_section(NAME .line ADDRESS 0) [all …]
|
D | common-ram.cmake | 5 zephyr_linker_section(NAME sw_isr_table 15 zephyr_linker_section(NAME device_states GROUP DATA_REGION NOINPUT ${XIP_ALIGN_WITH_INPUT}) 21 zephyr_iterable_section(NAME pm_device_slots GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 24 zephyr_iterable_section(NAME log_dynamic GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 35 zephyr_iterable_section(NAME k_timer GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 36 zephyr_iterable_section(NAME k_mem_slab GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 37 zephyr_iterable_section(NAME k_heap GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 38 zephyr_iterable_section(NAME k_mutex GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 39 zephyr_iterable_section(NAME k_stack GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 40 zephyr_iterable_section(NAME k_msgq GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) [all …]
|
D | common-rom.cmake | 3 zephyr_linker_section(NAME init KVMA RAM_REGION GROUP RODATA_REGION) 11 zephyr_iterable_section(NAME device NUMERIC KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN 4) 15 …zephyr_linker_section(NAME sw_isr_table KVMA FLASH GROUP RODATA_REGION SUBALIGN ${CONFIG_ARCH_SW_I… 22 zephyr_linker_section(NAME initlevel_error KVMA RAM_REGION GROUP RODATA_REGION NOINPUT) 23 zephyr_linker_section_configure(SECTION initlevel_error INPUT ".z_init_[_A-Z0-9]*" KEEP SORT NAME) 29 zephyr_linker_section(NAME ctors KVMA RAM_REGION GROUP RODATA_REGION NOINPUT) 70 NAME z_object_assignment_area 77 KEEP SORT NAME 82 NAME app_shmem_regions 88 KEEP SORT NAME [all …]
|
/Zephyr-Core-3.4.0/ |
D | west.yml | 22 - name: upstream 24 - name: babblesim 32 - name: bsim 38 - name: babblesim_base 45 - name: babblesim_ext_2G4_libPhyComv1 52 - name: babblesim_ext_2G4_phy_v1 59 - name: babblesim_ext_2G4_channel_NtNcable 66 - name: babblesim_ext_2G4_channel_multiatt 73 - name: babblesim_ext_2G4_modem_magic 80 - name: babblesim_ext_2G4_modem_BLE_simple [all …]
|
/Zephyr-Core-3.4.0/subsys/tracing/ctf/tsdl/ |
D | metadata | 26 name = thread_switched_out; 30 ctf_bounded_string_t name[20]; 35 name = thread_switched_in; 39 ctf_bounded_string_t name[20]; 44 name = thread_priority_set; 48 ctf_bounded_string_t name[20]; 55 name = thread_create; 59 ctf_bounded_string_t name[20]; 64 name = thread_abort; 68 ctf_bounded_string_t name[20]; [all …]
|
/Zephyr-Core-3.4.0/subsys/settings/src/ |
D | settings.c | 44 if (strcmp(handler->name, ch->name) == 0) { in settings_register() 53 if (strcmp(handler->name, ch->name) == 0) { in settings_register() 66 int settings_name_steq(const char *name, const char *key, const char **next) in settings_name_steq() argument 72 if ((!name) || (!key)) { in settings_name_steq() 76 /* name might come from flash directly, in flash the name would end in settings_name_steq() 81 while ((*key != '\0') && (*key == *name) && in settings_name_steq() 82 (*name != '\0') && (*name != SETTINGS_NAME_END)) { in settings_name_steq() 84 name++; in settings_name_steq() 91 if (*name == SETTINGS_NAME_SEPARATOR) { in settings_name_steq() 93 *next = name + 1; in settings_name_steq() [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/misc/pio_rpi_pico/ |
D | pio_rpi_pico.h | 20 * @param name Name of the program. 25 #define RPI_PICO_PIO_DEFINE_PROGRAM(name, wrap_target, wrap, ...) \ argument 26 static const uint32_t name ## _wrap_target = wrap_target; \ 27 static const uint32_t name ## _wrap = wrap; \ 28 static const uint16_t name ## _program_instructions[] = { \ 31 static const struct pio_program name ## _program = { \ 32 .instructions = name ## _program_instructions, \ 33 .length = ARRAY_SIZE(name ## _program_instructions), \ 40 * @param name Name of the program. 42 #define RPI_PICO_PIO_GET_WRAP_TARGET(name) name ## _wrap_target argument [all …]
|
/Zephyr-Core-3.4.0/subsys/tracing/ctf/ |
D | ctf_top.c | 14 ctf_bounded_string_t *name) in _get_thread_name() argument 19 strncpy(name->buf, tname, sizeof(name->buf)); in _get_thread_name() 21 name->buf[sizeof(name->buf) - 1] = 0; in _get_thread_name() 27 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_switched_out() local 31 _get_thread_name(thread, &name); in sys_trace_k_thread_switched_out() 33 ctf_top_thread_switched_out((uint32_t)(uintptr_t)thread, name); in sys_trace_k_thread_switched_out() 39 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_switched_in() local 42 _get_thread_name(thread, &name); in sys_trace_k_thread_switched_in() 44 ctf_top_thread_switched_in((uint32_t)(uintptr_t)thread, name); in sys_trace_k_thread_switched_in() 49 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_priority_set() local [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/app_memory/ |
D | app_memdomain.h | 16 * @brief Name of the data section for a particular partition 19 * section name as a parameter. 21 * @param id Partition name 26 * @brief Name of the bss section for a particular partition 29 * section name as a parameter. 31 * @param id Partition name 42 * @param id Name of the memory partition to associate this data 52 * @param id Name of the memory partition to associate this data 100 #define Z_APPMEM_PLACEHOLDER(name) \ argument 102 Z_PUSHSECTION_DIRECTIV " " STRINGIFY(K_APP_DMEM_SECTION(name)) \ [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | device_mmio.h | 65 #define Z_DEVICE_MMIO_NAMED_ROM_INITIALIZER(name, node_id) \ argument 67 .phys_addr = DT_REG_ADDR_BY_NAME(node_id, name), \ 68 .size = DT_REG_SIZE_BY_NAME(node_id, name) \ 122 #define Z_DEVICE_MMIO_NAMED_ROM_INITIALIZER(name, node_id) \ argument 124 .addr = DT_REG_ADDR_BY_NAME(node_id, name) \ 306 * be referenced by name. 312 * @def DEVICE_MMIO_NAMED_RAM(name) 339 * @param name Member name to use to store within dev_data. 342 #define DEVICE_MMIO_NAMED_RAM(name) mm_reg_t name argument 344 #define DEVICE_MMIO_NAMED_RAM(name) argument [all …]
|
/Zephyr-Core-3.4.0/samples/sensor/sensor_shell/ |
D | README.rst | 30 <device_name> <channel name 0> .. <channel name N> 31 info :Get sensor info, such as vendor and model name, for all sensors. 34 **get**: prints all the sensor channels data for a given sensor device name. 35 Optionally, a single channel name or index can be passed to be printed out. The 36 device name and channel name are autocompleted. 55 A valid sensor device name should be passed otherwise you will get an 60 **info**: prints vendor, model, and friendly name information for all sensors. 66 device name: apds9960@39, vendor: Avago Technologies, model: apds9960, friendly name: (null) 67 device name: mma8652fc@1d, vendor: NXP Semiconductors, model: fxos8700, friendly name: (null) 68 device name: ti_hdc@43, vendor: Texas Instruments, model: hdc, friendly name: (null) [all …]
|
/Zephyr-Core-3.4.0/scripts/ |
D | west-commands.yml | 5 - name: completion 10 - name: boards 15 - name: build 20 - name: twister 25 - name: sign 30 - name: flash 35 - name: debug 38 - name: debugserver 41 - name: attach 46 - name: zephyr-export [all …]
|
/Zephyr-Core-3.4.0/scripts/tracing/ |
D | parse_ctf.py | 50 def get_thread(name): argument 52 if t.get('name', None) == name and t.get('in', 0 ) != 0 and not t.get('out', None): 71 if event.name in [ 84 thread_name = event.payload_field.get("name", None) 87 if event.name in ['thread_switched_out', 'thread_switched_in'] and cpu is not None: 93 print(f"{dt} (+{diff_s:.6f} s): {event.name}: {thread_name} {cpu_string}") 95 print(f"{dt} (+{diff_s:.6f} s): {event.name}: {thread_id} {cpu_string}") 97 print(f"{dt} (+{diff_s:.6f} s): {event.name}") 99 if event.name in ['thread_switched_out', 'thread_switched_in']: 103 th['name'] = thread_name [all …]
|
/Zephyr-Core-3.4.0/subsys/stats/ |
D | stats.c | 26 /* The stats name map contains two elements, an offset into the in stats_get_name() 27 * statistics entry structure, and the name corresponding to that in stats_get_name() 29 * and doesn't enforce ordering restrictions on the stats name map. in stats_get_name() 50 * Creates a generic name for an unnamed stat. The name has the form: 54 * accommodate the name. 63 /* Encode the stat name backwards (e.g., "321s" for index 123). */ in stats_gen_name() 88 * - The name of the statistic (if STATS_NAME_ENABLE = 0, this is 98 const char *name; in stats_walk() local 104 name = stats_get_name(hdr, i); in stats_walk() 105 if (name == NULL) { in stats_walk() [all …]
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/log_files/ |
D | log_file.py | 19 name = 'uninitialized' variable in LogFile 26 def get_log_filename(build_dir: Path | str, name: str) -> str: 29 :param name: name of the logging file. 35 name = name + '.log' 36 filename = os.path.join(build_dir, name) 49 filename = cls.get_log_filename(build_dir=build_dir, name=cls.name) 55 name = 'build' variable in BuildLogFile 60 name = 'handler' variable in HandlerLogFile 65 name = 'device' variable in DeviceLogFile
|
/Zephyr-Core-3.4.0/.github/workflows/ |
D | doc-build.yml | 4 name: Documentation Build 37 name: "Documentation Build (HTML)" 45 - name: checkout 48 - name: install-pkgs 56 - name: cache-pip 62 - name: install-pip 69 - name: west setup 73 - name: build-docs 89 - name: compress-docs 93 - name: upload-build [all …]
|
/Zephyr-Core-3.4.0/scripts/build/ |
D | gen_kobject_placeholders.py | 30 def write_define(out_fp, prefix, name, value): argument 32 define_name = f"KOBJECT_{prefix}_{name}" 42 f"linker-kobject-prebuilt-{one_sect['name']}.h") 62 "name": "data", 68 "name": "rodata", 74 "name": "priv-stacks", 87 name = one_sect.name 88 if name in sections: 90 sections[name]['align'] = one_sect['sh_addralign'] 91 sections[name]['size'] = one_sect['sh_size'] [all …]
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | factory.py | 31 def register_device_class(cls, name: str, klass: Type[DeviceAbstract]): 32 if name not in cls._devices: 33 cls._devices[name] = klass 36 def get_device(cls, name: str) -> Type[DeviceAbstract]: 37 logger.debug('Get device type "%s"', name) 39 return cls._devices[name] 41 logger.error('There is no device with name "%s"', name) 42 raise TwisterHarnessException(f'There is no device with name "{name}"') from e
|
/Zephyr-Core-3.4.0/include/zephyr/devicetree/ |
D | pinctrl.h | 60 * @brief Get a node identifier for a phandle inside a pinctrl node by name 76 * @param name lowercase-and-underscores pinctrl property name 81 #define DT_PINCTRL_BY_NAME(node_id, name, idx) \ argument 82 DT_CAT6(node_id, _PINCTRL_NAME_, name, _IDX_, idx, _PH) 85 * @brief Convert a pinctrl name to its corresponding index 101 * @param name lowercase-and-underscores name name of the pinctrl whose index to get 102 * @return integer literal for the index of the pinctrl property with that name 104 #define DT_PINCTRL_NAME_TO_IDX(node_id, name) \ argument 105 DT_CAT4(node_id, _PINCTRL_NAME_, name, _IDX) 108 * @brief Convert a pinctrl property index to its name as a token [all …]
|
/Zephyr-Core-3.4.0/tests/subsys/settings/fcb/src/ |
D | settings_test_fcb.c | 29 int c1_handle_get(const char *name, char *val, int val_len_max); 30 int c1_handle_set(const char *name, size_t len, settings_read_cb read_cb, 33 int c1_handle_export(int (*cb)(const char *name, 36 int c2_handle_get(const char *name, char *val, int val_len_max); 37 int c2_handle_set(const char *name, size_t len, settings_read_cb read_cb, 39 int c2_handle_export(int (*cb)(const char *name, 42 int c3_handle_get(const char *name, char *val, int val_len_max); 43 int c3_handle_set(const char *name, size_t len, settings_read_cb read_cb, 45 int c3_handle_export(int (*cb)(const char *name, 50 .name = "myfoo", [all …]
|
/Zephyr-Core-3.4.0/soc/arm/nuvoton_npcx/common/ |
D | soc_dt.h | 24 * @param prop lowercase-and-underscores property name 36 * @param prop lowercase-and-underscores property name 129 * @brief Get phandle from "name" property which contains wui information. 132 * @param name property 'name' which type is 'phandle' and contains wui info. 133 * @return phandle from 'name' property. 135 #define NPCX_DT_PHANDLE_FROM_WUI_NAME(inst, name) \ argument 136 DT_INST_PHANDLE(inst, name) 139 * @brief Construct a npcx_wui structure from 'name' property 142 * @param name property 'name'which type is 'phandle' and contains wui info. 143 * @return npcx_wui item from 'name' property. [all …]
|
/Zephyr-Core-3.4.0/tests/misc/iterable_sections/ |
D | CMakeLists.txt | 11 zephyr_iterable_section(NAME test_ram GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 12 zephyr_iterable_section(NAME test_ram2 GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 13 zephyr_iterable_section(NAME test_ram_named GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4) 14 zephyr_iterable_section(NAME test_ram_numeric NUMERIC GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUB… 17 zephyr_iterable_section(NAME test_rom KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN 4) 18 zephyr_iterable_section(NAME test_rom2 KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN 4) 19 zephyr_iterable_section(NAME test_rom_named KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN 4) 20 zephyr_iterable_section(NAME test_rom_numeric NUMERIC KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN …
|