Searched refs:zeros (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | utils.c | 50 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/ |
D | apa102.c | 23 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/ |
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-latest/subsys/bindesc/ |
D | gen_bindesc_build_time_h.cmake | 17 # remove leading zeros so that the output will not be interpreted as octal
|
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/ |
D | README | 41 [PASS] 1 - CONNECT, new session, zeros
|
/Zephyr-latest/subsys/net/ip/ |
D | utils.c | 170 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/ |
D | README.rst | 33 all zeros are received by SPIMs. Refer to the overlay files provided in the
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 36 * from filling in 512MB of sparse zeros.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
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-latest/doc/kernel/memory_management/ |
D | heap.rst | 193 with zeros. A warning is issued if a suitable chunk is not obtained.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 36 * from filling in 512MB of sparse zeros.
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 673 bool "Disassemble all sections with source. Fill zeros." 678 not just those expected to contain instructions including zeros
|
/Zephyr-latest/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-4.0.rst | 1238 leading zeros.
|
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()
|
D | release-notes-3.2.rst | 2662 * :github:`23111` - drivers:usb:device:sam0: Descriptor tables are filled with zeros in attach()
|