Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/led_strip/
Dapa102.c22 static const uint8_t zeros[] = { 0, 0, 0, 0 }; in apa102_update() local
27 .buf = (uint8_t *)zeros, in apa102_update()
28 .len = sizeof(zeros), in apa102_update()
/Zephyr-Core-2.7.6/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-Core-2.7.6/subsys/net/ip/
Dutils.c158 unsigned char zeros[8] = { 0 }; in z_impl_net_addr_ntop() local
177 zeros[i]++; in z_impl_net_addr_ntop()
182 if (zeros[i] > longest) { in z_impl_net_addr_ntop()
183 longest = zeros[i]; in z_impl_net_addr_ntop()
/Zephyr-Core-2.7.6/tests/net/lib/mqtt_packet/
DREADME41 [PASS] 1 - CONNECT, new session, zeros
/Zephyr-Core-2.7.6/samples/boards/nrf/nrfx_prs/
DREADME.rst33 all zeros are received by SPIMs. Refer to the overlay files provided in the
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
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-Core-2.7.6/doc/reference/kernel/memory/
Dheap.rst137 with zeros. A warning is issued if a suitable chunk is not obtained.
/Zephyr-Core-2.7.6/
DKconfig.zephyr384 bool "Disassemble all sections with source. Fill zeros."
389 not just those expected to contain instructions including zeros
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.13.rst699 * :github:`3221` - re-pairing with no-bond legacy pairing results in using all zeros LTK
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()