Home
last modified time | relevance | path

Searched full:name (Results 4701 – 4725 of 6428) sorted by relevance

1...<<181182183184185186187188189190>>...258

/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dpinctrl_soc.h68 * @param prop Property name describing state pins.
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnordic-nrf-gpio.h17 * @name nRF GPIO drive flags
/Zephyr-latest/samples/drivers/watchdog/
Dsample.yaml2 name: Watchdog Driver Sample
/Zephyr-latest/samples/net/zperf/
Dsample.yaml10 name: zperf
/Zephyr-latest/samples/net/sockets/echo_server/
DKconfig80 Name of a header file containing a
/Zephyr-latest/samples/psa/its/
DREADME.rst2 :name: PSA Internal Trusted Storage API
/Zephyr-latest/samples/sensor/6dof_motion_drdy/
DREADME.rst2 :name: Generic 6DOF Motion Dataready
/Zephyr-latest/subsys/net/l2/wifi/
DCMakeLists.txt23 zephyr_iterable_section(NAME wifi_nm_instance GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN ${…
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst2 :name: PWM RGB LED
/Zephyr-latest/modules/segger/
DKconfig108 string "Name of RTT data custom linker section"
/Zephyr-latest/samples/application_development/external_lib/
DCMakeLists.txt49 mylib_project # Name for custom target
/Zephyr-latest/samples/drivers/mbox/
Dsample.yaml2 name: MBOX IPC sample
/Zephyr-latest/samples/subsys/display/lvgl/
Dsample.yaml3 name: lvgl
/Zephyr-latest/samples/boards/st/i2c_timing/
DREADME.rst2 :name: I2C V2 timings
/Zephyr-latest/samples/subsys/logging/multidomain/remote/src/
Dipc_service.c37 .name = "ipc1",
/Zephyr-latest/samples/subsys/logging/multidomain/src/
Dipc_service.c38 .name = "ipc1",
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst2 :name: Dining Philosophers (CMSIS RTOS V1 APIs)
/Zephyr-latest/samples/subsys/sip_svc/
DREADME.rst2 :name: Arm SiP Services on Intel Agilex SoC FPGA
/Zephyr-latest/samples/bluetooth/mesh_demo/
DREADME.rst2 :name: Mesh Demo
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst2 :name: Mesh Provisioner
/Zephyr-latest/boards/nordic/nrf52dk/doc/
Dindex.rst115 | PIN # | Signal Name |
141 | PIN # | Signal Name | NRF52832 Functions |
168 | PIN # | Signal Name |
195 | PIN # | Signal Name |
217 | PIN # | Signal Name | NRF52832 Functions |
244 | PIN # | Signal Name | NRF52832 Functions |
266 | PIN # | Signal Name | NRF52832 Functions |
284 | PIN # | Signal Name | NRF52832 Functions |
307 | PIN # | Signal Name | NRF52832 Functions |
333 | PIN # | Signal Name | NRF52832 Functions |
/Zephyr-latest/tests/subsys/fs/nvs/src/
Dmain.c146 const char *name, uint16_t off) in flash_sim_write_calls_find() argument
148 if (!strcmp(name, "flash_write_calls")) { in flash_sim_write_calls_find()
157 const char *name, uint16_t off) in flash_sim_max_write_calls_find() argument
159 if (!strcmp(name, "max_write_calls")) { in flash_sim_max_write_calls_find()
431 const char *name, uint16_t off) in flash_sim_erase_calls_find() argument
433 if (!strcmp(name, "flash_erase_calls")) { in flash_sim_erase_calls_find()
442 const char *name, uint16_t off) in flash_sim_max_erase_calls_find() argument
444 if (!strcmp(name, "max_erase_calls")) { in flash_sim_max_erase_calls_find()
453 const char *name, uint16_t off) in flash_sim_max_len_find() argument
455 if (!strcmp(name, "max_len")) { in flash_sim_max_len_find()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c182 static void print_stats(char *name, struct iso_recv_stats *stats) in print_stats() argument
189 name, stats->iso_recv_count, total_packets, in print_stats()
398 char *name = user_data; in data_cb() local
406 memcpy(name, data->data, len); in data_cb()
407 name[len] = '\0'; in data_cb()
448 char name[DEVICE_NAME_LEN]; in scan_recv() local
454 (void)memset(name, 0, sizeof(name)); in scan_recv()
456 bt_data_parse(buf, data_cb, name); in scan_recv()
458 if (strncmp(DEVICE_NAME, name, strlen(DEVICE_NAME))) { in scan_recv()
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/doc/
Dindex.rst65 | GPIO Number | Signal Name | Shutdown | Bypass | Transmit | Receive |
158 | PIN # | Signal Name |
184 | PIN # | Signal Name |
210 | PIN # | Signal Name |
236 | PIN # | Signal Name |
258 | PIN # | Signal Name |
303 | PIN # | Signal Name | BMD-345 Functions |
325 | PIN # | Signal Name | BMD-345 Functions |
343 | PIN # | Signal Name | BMD-345 Functions |
365 | PIN # | Signal Name | BMD-345 Functions |
[all …]
/Zephyr-latest/subsys/fs/
Dshell.c89 static void create_abs_path(const char *name, char *path, size_t len) in create_abs_path() argument
91 if (name[0] == '/') { in create_abs_path()
92 strncpy(path, name, len); in create_abs_path()
100 strncpy(path, name, len); in create_abs_path()
112 strncpy(path, name, len); in create_abs_path()
193 if (entry.name[0] == '\0') { in cmd_ls()
197 shell_print(sh, "%s%s", entry.name, (entry.type == FS_DIR_ENTRY_DIR) ? "/" : ""); in cmd_ls()

1...<<181182183184185186187188189190>>...258