Home
last modified time | relevance | path

Searched full:name (Results 4276 – 4300 of 6428) sorted by relevance

1...<<171172173174175176177178179180>>...258

/Zephyr-4.1.0/doc/services/binary_descriptors/
Dindex.rst10 build time, compiler version, environment variables, compiling host name, etc.
112 name is the Kconfig name (with ``CONFIG_BINDESC_`` removed) in lower case. For example,
/Zephyr-4.1.0/drivers/ethernet/
Deth_smsc911x_priv.h45 #define BFIELD(val, name) GET_BITFIELD(val, name ## _Lsb, name ## _Msb) argument
/Zephyr-4.1.0/include/zephyr/drivers/
Dspi.h39 * @name SPI operational mode
52 * @name SPI Polarity & Phase Modes
88 * @name SPI Transfer modes (host controller dependent)
96 * @name SPI word size
112 * @name Specific SPI devices control bits
135 * @name SPI MISO lines
551 stats_register(dev->name, &(state->stats.s_hdr)); \
563 * @param init_fn Name of the init function of the driver.
1075 * @param name Symbolic name to use for defining the iodev
1080 #define SPI_DT_IODEV_DEFINE(name, node_id, operation_, delay_) \ argument
[all …]
/Zephyr-4.1.0/scripts/ci/
Dtwister_report_analyzer.py45 help='output json file name, default: twister_report_summary.json',
47 parser.add_argument('--output-csv', type=str, help='output csv file name')
49 '--output-md', type=str, help='output markdown file name to store table with errors'
171 test_identifier = f'{testsuite.get("platform")}:{testsuite.get("name")}'
273 test_identifier = f'{testsuite.get("platform")}:{testsuite.get("name")}'
/Zephyr-4.1.0/doc/build/dts/
Dphandles.rst230 unique name. There are a few "standard" names for commonly used hardware, but
234 name, using the ``#SPACE_NAME-cells`` property. For example, let's assume that
306 - specifier spaces are identified by name
345 You should name the cells in each specifier space your hardware supports when
349 in a specifier by name using devicetree APIs like these:
/Zephyr-4.1.0/drivers/can/
Dcan_native_linux.c141 frame->dlc, dev->name, frame->id, in can_native_linux_send()
476 LOG_DBG("Init of %s done", dev->name); in can_native_linux_init()
504 .name = "name", in DT_INST_FOREACH_STATUS_OKAY()
507 .descript = "Name of the host CAN interface to use", in DT_INST_FOREACH_STATUS_OKAY()
Dcan_shell.c29 const char *name; member
33 #define CAN_SHELL_MODE_MAPPING(_name, _mode) { .name = _name, .mode = _mode }
101 shell_fprintf_normal(sh, "%s ", dev->name); in can_shell_print_frame()
267 /* Lookup symbolic mode name */ in can_shell_print_extended_modes()
270 shell_fprintf_normal(sh, "%s ", can_shell_mode_map[i].name); in can_shell_print_extended_modes()
276 /* Symbolic name not found, use raw mode */ in can_shell_print_extended_modes()
418 shell_print(sh, "transceiver: %s", phy != NULL ? phy->name : "passive/none"); in cmd_can_show()
689 /* Lookup symbolic mode name */ in cmd_can_mode_set()
691 if (strcmp(argv[i], can_shell_mode_map[j].name) == 0) { in cmd_can_mode_set()
698 /* Symbolic name not found, use raw mode if hex number */ in cmd_can_mode_set()
[all …]
/Zephyr-4.1.0/samples/subsys/usb/uac2_implicit_feedback/
DREADME.rst2 :name: USB Audio asynchronous implicit feedback sample
/Zephyr-4.1.0/samples/sysbuild/hello_world/
Dsample.yaml2 name: Hello World for multiple board targets using Sysbuild
/Zephyr-4.1.0/scripts/build/
Dmergehex.py41 help="Output file name.")
/Zephyr-4.1.0/subsys/mgmt/mcumgr/grp/settings_mgmt/
DKconfig44 int "Maximum setting name length"
/Zephyr-4.1.0/samples/drivers/misc/ft800/
DREADME.rst2 :name: FT800
/Zephyr-4.1.0/samples/drivers/misc/grove_display/
DREADME.rst2 :name: Grove LCD
/Zephyr-4.1.0/samples/drivers/spi_flash/
DREADME.rst2 :name: JEDEC SPI-NOR flash
/Zephyr-4.1.0/samples/net/sockets/http_server/
DKconfig49 Name of a header file containing a
/Zephyr-4.1.0/samples/net/sockets/tcp/
DREADME.rst2 :name: TCP sample for TTCN-3 based sanity check
/Zephyr-4.1.0/samples/net/sockets/txtime/
DREADME.rst2 :name: UDP sender using SO_TXTIME
/Zephyr-4.1.0/samples/net/stats/
DREADME.rst2 :name: Network statistics
/Zephyr-4.1.0/samples/net/virtual/
DREADME.rst2 :name: Virtual network interface
/Zephyr-4.1.0/samples/net/wifi/shell/
DREADME.rst2 :name: Wi-Fi shell
/Zephyr-4.1.0/samples/posix/gettimeofday/
DREADME.rst2 :name: gettimeofday() with clock initialization
/Zephyr-4.1.0/samples/sensor/lsm303dlhc/
DREADME.rst2 :name: LSM303DLHC Magnetometer and Accelerometer sensor
/Zephyr-4.1.0/samples/sensor/vcnl4040/
DREADME.rst2 :name: VCNL4040 Proximity and Ambient Light Sensor
/Zephyr-4.1.0/samples/subsys/console/getline/
DREADME.rst2 :name: console_getline()
/Zephyr-4.1.0/samples/subsys/edac/src/
Dmain.c38 printk("%s: device not ready.\n", dev->name); in main()

1...<<171172173174175176177178179180>>...258