Searched refs:ones (Results 1 – 25 of 72) sorted by relevance
123
/Zephyr-latest/drivers/led_strip/ |
D | apa102.c | 24 static const uint8_t ones[] = { 0xFF, 0xFF, 0xFF, 0xFF }; in apa102_update() local 41 .buf = (uint8_t *)ones, in apa102_update() 42 .len = sizeof(ones), in apa102_update()
|
/Zephyr-latest/boards/native/common/extra_args/ |
D | Kconfig | 9 program from the shell. These will be parsed just before the shell provided ones.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | triggers.rst | 12 There are many kinds of triggers sensors provide, from informative ones such as
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | pagetables.ld | 35 /* We have the real ones in this build */
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 24 accessing each ones through the Disk Access API :zephyr_file:`drivers/disk/nvme/nvme_disk.c`. 56 Where VENDOR_ID and DEVICE_ID are the ones from the exposed NVMe controller.
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 61 address setup for each sample test, be it the default ones or the switched 62 ones.
|
/Zephyr-latest/doc/kernel/iterable_sections/ |
D | index.rst | 40 identifier, ``DATA_SECTIONS`` for RAM structures and ``SECTIONS`` for ROM ones.
|
/Zephyr-latest/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-latest/dts/riscv/openisa/ |
D | rv32m1_ri5cy.dtsi | 46 * disabling unused ones in Kconfig, making the binary smaller.
|
D | rv32m1_zero_riscy.dtsi | 45 * fewer channels here allows disabling unused ones in Kconfig, making the
|
/Zephyr-latest/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.
|
D | sign.rst | 22 parameters desired are the default ones and fairly static, these indirections are
|
D | extensions.rst | 13 Some commands you can run when using west with Zephyr, like the ones used to 15 :ref:`ones described here <west-zephyr-ext-cmds>` , are extensions. That's why
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 79 common ones: :c:enumerator:`SMH_REG_ATTR_CACHEABLE` and :c:enumerator:`SMH_REG_ATTR_NON_CACHEABLE`.
|
/Zephyr-latest/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-latest/cmake/sca/eclair/ECL/ |
D | adopted_deviations.ecl | 32 -doc="Syscall declarations are automatically generated all with the extern qualifier. For the ones …
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 42 LittleFS, but it is possible to define additional ones and
|
/Zephyr-latest/doc/connectivity/networking/ |
D | networking_with_host.rst | 75 * If you have multiple Zephyr instances, either QEMU or native_sim ones,
|
/Zephyr-latest/boards/rakwireless/rak5010/doc/ |
D | index.rst | 20 The extension IOs allow adding more sensors in addition to the on-board ones.
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 83 the saleae_logic2 module ones are listed at pytest/requirements-saleae.txt.
|
/Zephyr-latest/doc/develop/test/ |
D | bsim.rst | 153 exist in several subfolders, where the upper ones call into the lower ones.
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 111 integer-based comparisons rather than string-based ones. Another
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 22 ones.
|
/Zephyr-latest/boards/96boards/stm32_sensor_mez/doc/ |
D | index.rst | 110 The default USART mappings for the remaining ones are:
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 56 in the array to figure out which ones were fulfilled and what actions to take. 85 passed to the static initializer, but not the runtime ones for performance
|
123