Searched full:ones (Results 1 – 25 of 156) sorted by relevance
1234567
/Zephyr-Core-3.5.0/drivers/led_strip/ |
D | apa102.c | 23 static const uint8_t ones[] = { 0xFF, 0xFF, 0xFF, 0xFF }; in apa102_update() local 36 /* End frame: at least 32 ones to clock the in apa102_update() 40 .buf = (uint8_t *)ones, in apa102_update() 41 .len = sizeof(ones), in apa102_update()
|
/Zephyr-Core-3.5.0/subsys/shell/backends/ |
D | shell_telnet_protocol.h | 21 /* Mandatory ones */ 26 /* Optional ones */
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/pinctrl/ |
D | pinctrl_soc_gd32_common.h | 75 * @name GD32 PUPD (values match the ones in the HAL for AF model). 89 * @name GD32 OTYPE (values match the ones in the HAL for AF model). 101 * @name GD32 OSPEED (values match the ones in the HAL for AF model, mode minus
|
/Zephyr-Core-3.5.0/scripts/net/ |
D | README.txt | 61 address setup for each sample test, be it the default ones or the switched 62 ones.
|
/Zephyr-Core-3.5.0/doc/services/storage/disk/ |
D | nvme.rst | 23 accessing each ones through the Disk Access API :zephyr_file:`drivers/disk/nvme/nvme_disk.c`. 60 Where VENDOR_ID and DEVICE_ID are the ones from the exposed NVMe controller.
|
/Zephyr-Core-3.5.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | util.c | 55 * - It shall have no more than six consecutive zeros or ones. 65 * - It shall have at least three ones in the least significant 8 bits. 130 /* It shall have no more than six consecutive zeros or ones. */ in util_aa_le32()
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | gen_device_deps.py | 7 """Translate generic handles into ones optimized for the application. 14 and replaces them with ones optimized for use with the devices 25 In the final link these definitions supersede the ones in the
|
/Zephyr-Core-3.5.0/tests/bsim/ |
D | README.md | 93 exist in several subfolders, where the upper ones call into the lower ones.
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ |
D | pagetables.ld | 35 /* We have the real ones in this build */
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/console/ |
D | uart_console.h | 35 * control characters, and letting other ones through.
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | without-west.rst | 46 maintain those additional repositories, adding new ones as necessary 47 and keeping existing ones up to date at the latest revisions.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfd_srv.rst | 31 and delete old ones. The application is notified of changes to the slots through the Firmware
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | prep_c.c | 26 * ones depend on the MMU to be active (see commit c5b898743a20).
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/util/ |
D | util.c | 54 * - It shall have no more than six consecutive zeros or ones. 64 * - It shall have at least three ones in the least significant 8 bits. 129 /* It shall have no more than six consecutive zeros or ones. */ in util_aa_le32()
|
/Zephyr-Core-3.5.0/subsys/fs/ |
D | Kconfig | 31 LittleFS, but it is possible to define additional ones and
|
/Zephyr-Core-3.5.0/doc/kernel/iterable_sections/ |
D | index.rst | 40 identifier, ``DATA_SECTIONS`` for RAM structures and ``SECTIONS`` for ROM ones.
|
/Zephyr-Core-3.5.0/samples/kernel/metairq_dispatch/ |
D | README.rst | 39 delay behavior than preemptible ones, as they can only be preempted 49 other threads, including cooperative ones that cannot normally be
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arc/v2/mpu/ |
D | arc_core_mpu.h | 23 * MPU driver to select the correct ones.
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/magic_wand/train/ |
D | data_split_person.py | 21 validation, and the rest ones' data as test. These data would be saved
|
/Zephyr-Core-3.5.0/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 79 common ones: :c:enum:`SMH_REG_ATTR_CACHEABLE` and :c:enum:`SMH_REG_ATTR_NON_CACHEABLE`
|
/Zephyr-Core-3.5.0/dts/bindings/mtd/ |
D | atmel,at45.yaml | 31 than the consecutive ones. Usually, the first sector is marked as 0a
|
/Zephyr-Core-3.5.0/modules/mbedtls/configs/ |
D | config-coap.h | 84 * is the "platform_entropy_poll" source, but you may want to add other ones
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_native_tty_bottom.c | 219 * requested ones. in native_tty_configure_bottom() 234 WARN("Read serial port settings do not match set ones.\n"); in native_tty_configure_bottom()
|
/Zephyr-Core-3.5.0/scripts/coredump/gdbstubs/arch/ |
D | arm_cortex_m.py | 105 # other than the general ones (e.g. eax, ebx)
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | peripheral.c | 77 FAIL("Encrypted AD data does not match the ones provided in the sample. (data set " in set_ad_data()
|
1234567