Home
last modified time | relevance | path

Searched refs:array (Results 1 – 21 of 21) sorted by relevance

/samples/arch/smp/pi/src/
A Dmain.c54 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 DREADME.rst2 :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 Dmec15xx-board-power.yaml13 type: phandle-array
19 type: phandle-array
A Dmec172x-board-power.yaml13 type: phandle-array
19 type: phandle-array
/samples/basic/custom_dts_binding/dts/bindings/
A Dpower-switch.yaml10 type: phandle-array
/samples/kernel/metairq_dispatch/src/
A Dmain.c87 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 Dpwm-servo.yaml13 type: phandle-array
/samples/boards/st/ccm/src/
A Dmain.c38 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 Ddata_augmentation.py53 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 DREADME.rst65 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 DCMakeLists.txt36 # convert .pem files to array data at build time
/samples/modules/thrift/hello/server/
A DCMakeLists.txt36 # convert .pem files to array data at build time
/samples/sensor/magn_polling/
A DREADME.rst11 the first available device that implements SENSOR_CHAN_MAGN_* (predefined array
/samples/drivers/soc_flash_nrf/
A 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)
/samples/drivers/led/is31fl3733/
A DREADME.rst14 - Disable upper quadrant of LED array with :c:func:`led_write_channels` API
/samples/bluetooth/direction_finding_peripheral/
A DREADME.rst61 control of the antenna array.
/samples/arch/smp/pktqueue/
A DREADME.rst16 At the beginning of the application the array (size defined in SIZE_OF_QUEUE)
/samples/bluetooth/direction_finding_central/
A DREADME.rst62 control of the antenna array.
/samples/bluetooth/direction_finding_connectionless_rx/
A DREADME.rst65 control of the antenna array.
/samples/subsys/mgmt/mcumgr/smp_svr/
A DREADME.rst236 ``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 Dtrain_hello_world_model.ipynb328 "# The second argument to np.split is an array of indices where the data will be\n",

Completed in 64 milliseconds