Searched refs:zeros (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-2.7.6/drivers/led_strip/ |
D | apa102.c | 22 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/ |
D | data_load.py | 85 features = np.zeros((length, self.seq_length, self.dim)) 86 labels = np.zeros(length)
|
D | train.py | 132 test_labels = np.zeros(test_len)
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | utils.c | 158 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/ |
D | README | 41 [PASS] 1 - CONNECT, new session, zeros
|
/Zephyr-Core-2.7.6/samples/boards/nrf/nrfx_prs/ |
D | README.rst | 33 all zeros are received by SPIMs. Refer to the overlay files provided in the
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/ |
D | hci.txt | 558 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/ |
D | heap.rst | 137 with zeros. A warning is issued if a suitable chunk is not obtained.
|
/Zephyr-Core-2.7.6/ |
D | Kconfig.zephyr | 384 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/ |
D | release-notes-1.13.rst | 699 * :github:`3221` - re-pairing with no-bond legacy pairing results in using all zeros LTK
|
D | release-notes-2.3.rst | 1388 * :github:`15463` - soc/x86/apollo_lake/soc_gpio.h: leading zeros on decimal constants
|
D | release-notes-2.4.rst | 1683 * :github:`23111` - drivers:usb:device:sam0: Descriptor tables are filled with zeros in attach()
|