Searched refs:array (Results 1 – 21 of 21) sorted by relevance
/samples/arch/smp/pi/src/ |
A D | main.c | 54 int array[LENGTH + 1] = {}; in test_thread() local 59 array[i] = ARRAY_INIT; in test_thread() 66 sum = sum * j + NEW_BASE * array[j]; in test_thread() 67 array[j] = sum % (j * 2 - 1); in test_thread()
|
/samples/sensor/amg88xx/ |
A D | README.rst | 2 :name: AMG88XX infrared array sensor 10 This sample application periodically reads the 8x8 temperature array from 39 The sensor array data is output every second.
|
/samples/drivers/espi/dts/bindings/ |
A D | mec15xx-board-power.yaml | 13 type: phandle-array 19 type: phandle-array
|
A D | mec172x-board-power.yaml | 13 type: phandle-array 19 type: phandle-array
|
/samples/basic/custom_dts_binding/dts/bindings/ |
A D | power-switch.yaml | 10 type: phandle-array
|
/samples/kernel/metairq_dispatch/src/ |
A D | main.c | 87 static void calc_stats(const uint32_t *array, uint32_t n, in calc_stats() argument 95 *lo = MIN(*lo, array[i]); in calc_stats() 96 *hi = MAX(*hi, array[i]); in calc_stats() 97 tot += array[i]; in calc_stats() 103 int64_t d = (int32_t) (array[i] - *mean); in calc_stats()
|
/samples/basic/servo_motor/dts/bindings/ |
A D | pwm-servo.yaml | 13 type: phandle-array
|
/samples/boards/st/ccm/src/ |
A D | main.c | 38 void print_array(const void *array, uint32_t size) in print_array() argument 43 printf("0x%02x ", ((const char *)array)[i]); in print_array()
|
/samples/modules/tflite-micro/magic_wand/train/ |
A D | data_augmentation.py | 53 new_data.append((np.array(data, dtype=np.float32) + 72 (np.array(data, dtype=np.float32) * molecule / denominator).tolist())
|
/samples/bluetooth/direction_finding_connectionless_tx/ |
A D | README.rst | 65 control of the antenna array, as well as via the ``ant_patterns`` array in the 85 in the :cpp:var:`ant_patterns` array in
|
/samples/modules/thrift/hello/client/ |
A D | CMakeLists.txt | 36 # convert .pem files to array data at build time
|
/samples/modules/thrift/hello/server/ |
A D | CMakeLists.txt | 36 # convert .pem files to array data at build time
|
/samples/sensor/magn_polling/ |
A D | README.rst | 11 the first available device that implements SENSOR_CHAN_MAGN_* (predefined array
|
/samples/drivers/soc_flash_nrf/ |
A 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)
|
/samples/drivers/led/is31fl3733/ |
A D | README.rst | 14 - Disable upper quadrant of LED array with :c:func:`led_write_channels` API
|
/samples/bluetooth/direction_finding_peripheral/ |
A D | README.rst | 61 control of the antenna array.
|
/samples/arch/smp/pktqueue/ |
A D | README.rst | 16 At the beginning of the application the array (size defined in SIZE_OF_QUEUE)
|
/samples/bluetooth/direction_finding_central/ |
A D | README.rst | 62 control of the antenna array.
|
/samples/bluetooth/direction_finding_connectionless_rx/ |
A D | README.rst | 65 control of the antenna array.
|
/samples/subsys/mgmt/mcumgr/smp_svr/ |
A D | README.rst | 236 ``imgtool`` can also be used to list the image hash, albeit in a C hex-array format, by using
|
/samples/modules/tflite-micro/hello_world/train/ |
A D | train_hello_world_model.ipynb | 328 "# The second argument to np.split is an array of indices where the data will be\n",
|
Completed in 64 milliseconds