/Zephyr-latest/samples/drivers/soc_flash_nrf/ |
D | README.rst | 46 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/ |
D | Kconfig.npcx | 21 # as the second group in the phandle-array.
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig.pd | 221 - 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/ |
D | usb_device.rst | 19 (cdc_acm_bulk_out) mentioned in the endpoint array (cdc_acm_ep_data).
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.loopback | 20 Defines the array size of the filters.
|
D | Kconfig.xmc4xxx | 20 Defines the array size of transmit callback pointers and semaphores,
|
D | Kconfig.mcp251xfd | 23 Defines the array size of transmit callback pointers and semaphores,
|
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | CMakeLists.txt | 36 # convert .pem files to array data at build time
|
/Zephyr-latest/samples/modules/thrift/hello/server/ |
D | CMakeLists.txt | 36 # convert .pem files to array data at build time
|
/Zephyr-latest/samples/sensor/magn_polling/ |
D | README.rst | 11 the first available device that implements SENSOR_CHAN_MAGN_* (predefined array
|
/Zephyr-latest/drivers/display/ |
D | uc81xx.c | 174 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/ |
D | dma.rst | 40 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/ |
D | CMakeLists.txt | 44 # convert .pem files to array data at build time
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.proc1 | 33 The sysconf() function is implemented as a large integer-integer array. The advantage if this
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_sar.c | 176 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/ |
D | Kconfig | 51 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/ |
D | README.rst | 14 - Disable upper quadrant of LED array with :c:func:`led_write_channels` API
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | sys_mem_blocks.rst | 54 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/ |
D | TFDServer.cpp | 55 array<pollfd, 2> pollfds = { in read_virt()
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_2.rst | 215 | "stat_list" | array of strings representing group names; this array may be empty if |
|
/Zephyr-latest/include/zephyr/linker/common-rom/ |
D | common-rom-init.ld | 10 * of the array contains the number of actual constructors. The
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | CMakeLists.txt | 33 # convert .pem files to array data at build time
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 31 ``$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/ |
D | Kconfig | 102 int "Size of the array where alternate settings are stored" 106 Size of the array where alternate settings are stored.
|
/Zephyr-latest/cmake/modules/ |
D | yaml.cmake | 288 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
|