Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/subsys/fs/ext2/src/
Dutils.c50 uint8_t zeros[sector_size]; in wipe_partition() local
52 memset(zeros, 0, sector_size); in wipe_partition()
59 rc = disk_access_write(name, zeros, start_sector + i, 1); in wipe_partition()
/Zephyr-latest/drivers/led_strip/
Dapa102.c23 static const uint8_t zeros[] = { 0, 0, 0, 0 }; in apa102_update() local
28 .buf = (uint8_t *)zeros, in apa102_update()
29 .len = sizeof(zeros), in apa102_update()
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py85 features = np.zeros((length, self.seq_length, self.dim))
86 labels = np.zeros(length)
Dtrain.py132 test_labels = np.zeros(test_len)
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake17 # remove leading zeros so that the output will not be interpreted as octal
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/
DREADME41 [PASS] 1 - CONNECT, new session, zeros
/Zephyr-latest/subsys/net/ip/
Dutils.c170 uint8_t zeros[8] = { 0 }; in z_impl_net_addr_ntop() local
192 zeros[i]++; in z_impl_net_addr_ntop()
197 if (zeros[i] > longest) { in z_impl_net_addr_ntop()
198 longest = zeros[i]; in z_impl_net_addr_ntop()
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
DREADME.rst33 all zeros are received by SPIMs. Refer to the overlay files provided in the
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld36 * from filling in 512MB of sparse zeros.
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt558 The Identity_Root parameter may be all zeros to indicate no identity root key
620 programmed by the vendor at manufacturing time. If a key is set to all zeros,
629 Note: For addresses returned by Read_Static_Addresses with an all zeros
637 value to all zeros.
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst193 with zeros. A warning is issued if a suitable chunk is not obtained.
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld36 * from filling in 512MB of sparse zeros.
/Zephyr-latest/
DKconfig.zephyr673 bool "Disassemble all sections with source. Fill zeros."
678 not just those expected to contain instructions including zeros
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst699 * :github:`3221` - re-pairing with no-bond legacy pairing results in using all zeros LTK
Drelease-notes-4.0.rst1238 leading zeros.
Drelease-notes-2.3.rst1388 * :github:`15463` - soc/x86/apollo_lake/soc_gpio.h: leading zeros on decimal constants
Drelease-notes-2.4.rst1683 * :github:`23111` - drivers:usb:device:sam0: Descriptor tables are filled with zeros in attach()
Drelease-notes-3.2.rst2662 * :github:`23111` - drivers:usb:device:sam0: Descriptor tables are filled with zeros in attach()