Home
last modified time | relevance | path

Searched refs:array (Results 51 – 75 of 168) sorted by relevance

1234567

/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst46 Test 2: Flash write (word array 1)
67 Test 4: Flash write (word array 2)
88 Test 6: Non-word aligned write (word array 3)
/Zephyr-latest/drivers/i3c/
DKconfig.npcx21 # as the second group in the phandle-array.
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd221 - 01: the PD sends card data to the CP as array of bits, not exceeding
223 - 02: the PD sends card data to the CP as array of BCD characters, not
225 - 03: the PD can send card data to the CP as array of bits, or as an
226 array of BCD characters.
/Zephyr-latest/doc/connectivity/usb/device/api/
Dusb_device.rst19 (cdc_acm_bulk_out) mentioned in the endpoint array (cdc_acm_ep_data).
/Zephyr-latest/drivers/can/
DKconfig.loopback20 Defines the array size of the filters.
DKconfig.xmc4xxx20 Defines the array size of transmit callback pointers and semaphores,
DKconfig.mcp251xfd23 Defines the array size of transmit callback pointers and semaphores,
/Zephyr-latest/samples/modules/thrift/hello/client/
DCMakeLists.txt36 # convert .pem files to array data at build time
/Zephyr-latest/samples/modules/thrift/hello/server/
DCMakeLists.txt36 # convert .pem files to array data at build time
/Zephyr-latest/samples/sensor/magn_polling/
DREADME.rst11 the first available device that implements SENSOR_CHAN_MAGN_* (predefined array
/Zephyr-latest/drivers/display/
Duc81xx.c174 const struct uc81xx_dt_array *array) in uc81xx_write_array_opt() argument
176 if (array->len && array->data) { in uc81xx_write_array_opt()
177 return uc81xx_write_cmd(dev, cmd, array->data, array->len); in uc81xx_write_array_opt()
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst40 ISR-allowable calls. Many drivers choose to create a simple static descriptor array per channel with
41 the size of the descriptor array adjustable using Kconfig.
/Zephyr-latest/tests/modules/thrift/ThriftTest/
DCMakeLists.txt44 # convert .pem files to array data at build time
/Zephyr-latest/lib/posix/options/
DKconfig.proc133 The sysconf() function is implemented as a large integer-integer array. The advantage if this
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_sar.c176 static void array_random_fill(uint8_t array[], uint16_t len, int seed) in array_random_fill() argument
181 array[i] = rand() % 100; in array_random_fill()
/Zephyr-latest/soc/infineon/cat1a/
DKconfig51 dual-core MCU.The image is provided as C array ready to be compiled as part of the Cortex-M4
/Zephyr-latest/samples/drivers/led/is31fl3733/
DREADME.rst14 - Disable upper quadrant of LED array with :c:func:`led_write_channels` API
/Zephyr-latest/doc/kernel/memory_management/
Dsys_mem_blocks.rst54 Each buffer associated with an allocator is an array of fixed-size blocks,
142 If ``ret == 0``, the array ``blocks`` will contain an array of memory
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp55 array<pollfd, 2> pollfds = { in read_virt()
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst215 | "stat_list" | array of strings representing group names; this array may be empty if |
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld10 * of the array contains the number of actual constructors. The
/Zephyr-latest/subsys/net/l2/wifi/
DCMakeLists.txt33 # convert .pem files to array data at build time
/Zephyr-latest/tests/bsim/bluetooth/mesh/
DREADME.rst31 ``$SKIP`` array environment variable before calling ``RunTest``. This causes
33 array, so that they can be started independently in gdb, valgrind or some other
/Zephyr-latest/subsys/usb/device/
DKconfig102 int "Size of the array where alternate settings are stored"
106 Size of the array where alternate settings are stored.
/Zephyr-latest/cmake/modules/
Dyaml.cmake288 set(array) variable
293 list(APPEND array ${item})
296 set(${out_var} ${array} PARENT_SCOPE)
308 # Get the length of the array defined by the given key and store the length in <out-var>.
309 # If key does not define an array, then the length -1 is returned.
331 message(WARNING "YAML key: ${ARG_YAML_KEY} is not an array.")
569 # JSON array -> YAML list

1234567