/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | pinctrl_soc.h | 68 * @param prop Property name describing state pins.
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | nordic-nrf-gpio.h | 17 * @name nRF GPIO drive flags
|
/Zephyr-latest/samples/drivers/watchdog/ |
D | sample.yaml | 2 name: Watchdog Driver Sample
|
/Zephyr-latest/samples/net/zperf/ |
D | sample.yaml | 10 name: zperf
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 80 Name of a header file containing a
|
/Zephyr-latest/samples/psa/its/ |
D | README.rst | 2 :name: PSA Internal Trusted Storage API
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/ |
D | README.rst | 2 :name: Generic 6DOF Motion Dataready
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | CMakeLists.txt | 23 zephyr_iterable_section(NAME wifi_nm_instance GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN ${…
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 2 :name: PWM RGB LED
|
/Zephyr-latest/modules/segger/ |
D | Kconfig | 108 string "Name of RTT data custom linker section"
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 49 mylib_project # Name for custom target
|
/Zephyr-latest/samples/drivers/mbox/ |
D | sample.yaml | 2 name: MBOX IPC sample
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | sample.yaml | 3 name: lvgl
|
/Zephyr-latest/samples/boards/st/i2c_timing/ |
D | README.rst | 2 :name: I2C V2 timings
|
/Zephyr-latest/samples/subsys/logging/multidomain/remote/src/ |
D | ipc_service.c | 37 .name = "ipc1",
|
/Zephyr-latest/samples/subsys/logging/multidomain/src/ |
D | ipc_service.c | 38 .name = "ipc1",
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/philosophers/ |
D | README.rst | 2 :name: Dining Philosophers (CMSIS RTOS V1 APIs)
|
/Zephyr-latest/samples/subsys/sip_svc/ |
D | README.rst | 2 :name: Arm SiP Services on Intel Agilex SoC FPGA
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 2 :name: Mesh Demo
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 2 :name: Mesh Provisioner
|
/Zephyr-latest/boards/nordic/nrf52dk/doc/ |
D | index.rst | 115 | 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/ |
D | main.c | 146 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/ |
D | main.c | 182 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/ |
D | index.rst | 65 | 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/ |
D | shell.c | 89 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()
|