Home
last modified time | relevance | path

Searched full:such (Results 1 – 25 of 1153) sorted by relevance

12345678910>>...47

/Zephyr-latest/subsys/bindesc/
DKconfig.version14 The kernel version string, such as "3.4.0"
19 The major version number, such as 3 in 3.4.0
24 The minor version number, such as 4 in 3.4.0
29 The patchlevel version number, such as 0 in 3.4.0
41 The kernel git reference, such as "v3.3.0-18-g2c85d9224fca",
47 The app version string, such as "1.0.0"
52 The app major version number, such as 1 in 1.0.0
57 The app minor version number, such as 0 in 1.0.0
62 The app patchlevel version number, such as 0 in 1.0.0
74 The application git reference, such as "v3.3.0-18-g2c85d9224fca"
DKconfig.host_info19 The C compiler name, such as "GNU"
24 The C compiler version, such as "12.3.0"
29 The C++ compiler name, such as "GNU"
34 The C++ compiler version, such as "12.3.0"
DKconfig.build_time28 The year the image was compiled, such as 2023
33 The month the image was compiled, such as 5 (May)
38 The day of the month the image was compiled, such as 9
43 The hour of the day the image was compiled, such as 13 in 13:34:52
48 The minute the image was compiled, such as 34 in 13:34:52
53 The second the image was compiled, such as 52 in 13:34:52
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
69 The date of compilation as a string, such as "2023-09-29"
74 The time of compilation as a string, such as "T17:43:14+0000"
/Zephyr-latest/
DLICENSE19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
71 Work and such Derivative Works in Source or Object form.
78 where such license applies only to those patent claims licensable
79 by such Contributor that are necessarily infringed by their
81 with the Work to which such Contribution(s) was submitted. If You
87 as of the date such litigation is filed.
109 within such NOTICE file, excluding those notices that do not
115 wherever such third-party notices normally appear. The contents
120 that such additional attribution notices cannot be construed
[all …]
/Zephyr-latest/doc/build/dts/
Ddt-vs-kconfig.rst27 property) and certain settings such as the address range of the hardware
30 devicetree. This could include configuration such as the RX IRQ line's
43 * **Boot-time configuration** for the radio, such as TX power in dBm, should
46 radio, such as selecting a BLE or 802.15.4 protocol stack.
57 configuration parameters, such as the size of an internal buffer, these
/Zephyr-latest/include/zephyr/linker/
Dlinker-tool-lld.h35 * @param options Section options, such as (NOLOAD), or left blank
36 * @param align Alignment directives, such as SUBALIGN(). May be blank.
48 * program startup). Such a section must also use
55 * @param align Alignment directives, such as SUBALIGN(). May be blank.
Dlinker-tool-mwdt.h26 * of sections located in one memory area, such as RAM, ROM, etc.
54 * also be used on the first section *after* such an initialized data
77 * is to include any special options such as (NOLOAD). Page alignment has its
87 * program startup). Such a section must (!) also use
/Zephyr-latest/drivers/flash/
DKconfig40 such characteristic and is used and may be used by users to provide
41 paths in code that only serve such devices, and could be
42 optimized-out by compiler in case where there is no such device in
60 devices with such characteristic and is used and may be
62 such devices, and could be optimized-out by compiler in
63 case where there is no such device in a system.
103 Enable the flash shell with flash related commands such as test,
135 Even if device does not have such requirement, filling device by
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dtriggers.rst12 There are many kinds of triggers sensors provide, from informative ones such as
13 data ready to physical events such as taps or steps.
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst17 other operations, such as radio RX and TX. Also, fewer write operations result
22 Some stream write operations, such as DFU operations, may run for a long time.
23 When performing such long running operations it can be useful to be able to save
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst28 as C99) such as those listed below, effectively requiring the use of a compiler
40 C11) such as the type-generic expressions using the ``_Generic`` keyword. For
51 compiler toolchain that supports such standards.
78 C defines standard formatted output functions such as ``printf`` and
114 <memory_management_api>` supported by the Zephyr kernel such as
118 C standard dynamic memory management interface functions such as
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst9 (such as the remote address) can be acquired using the
23 passed to them is not NULL. This helps to spot such issues and avoid
30 events related to a connection such as a change in the security level or
/Zephyr-latest/include/zephyr/net/
Ddns_sd.h105 * @param _instance name of the service instance such as "My HTTP Server"
106 * @param _service name of the service, such as "_http"
108 * @param _domain the domain of the service, such as "local"
153 * @param instance name of the service instance such as "My HTTP Server"
154 * @param service name of the service, such as "_http"
155 * @param domain the domain of the service, such as "local"
182 * @param instance name of the service instance such as "My TFTP Server"
183 * @param service name of the service, such as "_tftp"
184 * @param domain the domain of the service, such as "local" or "zephyrproject.org"
218 /** Top half of the "<Service>" such as "_http" */
[all …]
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake28 # such as ls --print-memory-usage flag.
37 # such as, "-no-pie" for LD, and "--no-pie" for LLD.
41 # such as, "-r" or "--relocatable" for LD and LLD.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.intel_vtd13 Such interrupt remapping hardware is provided through Intel VT-D
15 multi-vector support. If you have such PCIe device requiring
/Zephyr-latest/include/zephyr/
Dbindesc.h41 /** The app version string such as "1.2.3" */
44 /** The app version major such as 1 */
47 /** The app version minor such as 2 */
50 /** The app version patchlevel such as 3 */
53 /** The app version number such as 0x10203 */
56 /** The app git reference such as "v3.3.0-18-g2c85d9224fca" */
59 /** The kernel version string such as "3.4.0" */
62 /** The kernel version major such as 3 */
65 /** The kernel version minor such as 4 */
68 /** The kernel version patchlevel such as 0 */
[all …]
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
DREADME.rst10 and base address. Such peripherals cannot be used simultaneously because they
14 a driver at boot, such switching cannot be achieved with Zephyr APIs. Therefore,
32 is also received back. Without such wiring, no data is received by UARTE and
/Zephyr-latest/lib/mem_blocks/
DKconfig14 This is useful for operations such as scatter-gather DMA
27 events, such as memory allocation and de-allocation.
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_boot.h17 * control, such as reset, stall, power gating, clock gating etc.
32 * control, such as boot path, watch dog timer etc.
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Dadsp_boot.h17 * control, such as reset, stall, power gating, clock gating etc.
32 * control, such as boot path, watch dog timer etc.
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Dadsp_boot.h17 * control, such as reset, stall, power gating, clock gating etc.
32 * control, such as boot path, watch dog timer etc.
/Zephyr-latest/doc/templates/
Dsample.tmpl15 hardware components such as sensors and shields]
35 [ Links to external references such as datasheets or additional documentation]
/Zephyr-latest/samples/drivers/led/led_strip/
DREADME.rst17 - WS2812, such as the `NeoPixel(WS2812 compatible) LED Strip from AdaFruit`_.
18 - APA102, such as the `Dotstar(APA102 compatible) LED Strip from AdaFruit`_.
19 - LPD8806, such as the `LPD8806 LED Strip from AdaFruit`_.
24 signaling, which may require a level translator, such as the
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dreadme.rst8 …er.c` is designed to utilize co-existence with another transmitter. Chips such as nordic nRF9160 p…
22 Whenever the grant pin transitions into non-active (such as 1 for the nRF9160). state the implement…
/Zephyr-latest/include/zephyr/drivers/flash/
Dnpcx_flash_api_ex.h22 * configuration such as status registers of nor flash, power on/off,
29 * It configures specific operation for Quad-SPI nor flash such as lock

12345678910>>...47