/Zephyr-Core-3.5.0/scripts/schemas/twister/ |
D | testsuite-schema.yaml | 18 type: any 21 type: any 30 type: any 33 type: any 51 type: any 134 type: any 137 type: any 156 type: any 162 type: any 165 type: any [all …]
|
/Zephyr-Core-3.5.0/ |
D | LICENSE | 30 "Object" form shall mean any form resulting from mechanical 40 "Derivative Works" shall mean any work, whether in Source or Object 48 "Contribution" shall mean any work of authorship, including 49 the original version of the Work and any modifications or additions 54 means any form of electronic, verbal, or written communication sent 62 "Contributor" shall mean Licensor and any individual or Legal Entity 82 institute patent litigation against any entity (including a 85 or contributory patent infringement, then any patent licenses 90 Work or Derivative Works thereof in any medium, with or without 94 (a) You must give any other recipients of the Work or [all …]
|
/Zephyr-Core-3.5.0/lib/libc/minimal/source/stdlib/ |
D | strtol.c | 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 49 register int neg = 0, any, cutlim; in strtol() local 52 * Skip white space and pick up leading +/- sign if any. in strtol() 91 * Set any if any `digits' consumed; make it negative to indicate in strtol() 97 for (acc = 0, any = 0;; c = *s++) { in strtol() 108 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtol() 109 any = -1; in strtol() [all …]
|
D | strtoll.c | 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 49 register int neg = 0, any, cutlim; in strtoll() local 52 * Skip white space and pick up leading +/- sign if any. in strtoll() 90 * Set any if any `digits' consumed; make it negative to indicate in strtoll() 96 for (acc = 0, any = 0;; c = *s++) { in strtoll() 107 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoll() 108 any = -1; in strtoll() [all …]
|
D | strtoul.c | 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 49 register int neg = 0, any, cutlim; in strtoul() local 77 for (acc = 0, any = 0;; c = *s++) { in strtoul() 88 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoul() 89 any = -1; in strtoul() 91 any = 1; in strtoul() 96 if (any < 0) { in strtoul() [all …]
|
D | strtoull.c | 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 49 register int neg = 0, any, cutlim; in strtoull() local 76 for (acc = 0, any = 0;; c = *s++) { in strtoull() 87 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoull() 88 any = -1; in strtoull() 90 any = 1; in strtoull() 95 if (any < 0) { in strtoull() [all …]
|
/Zephyr-Core-3.5.0/tests/crypto/tinycrypt/src/ |
D | test_ecc_utils.h | 15 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 44 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 47 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 50 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 52 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/ |
D | Kconfig.tfm.partitions | 18 parameter. Any dependencies between the various TFM_PARTITION_* 29 parameter. Any dependencies between the various TFM_PARTITION_* 40 parameter. Any dependencies between the various TFM_PARTITION_* 52 parameter. Any dependencies between the various TFM_PARTITION_* 63 parameter. Any dependencies between the various TFM_PARTITION_* 75 parameter. Any dependencies between the various TFM_PARTITION_*
|
/Zephyr-Core-3.5.0/samples/bluetooth/ |
D | bluetooth.rst | 6 To build any of the Bluetooth samples, follow the same steps as building 7 any other Zephyr application. Refer to :ref:`bluetooth-dev` for more information. 14 then be used with any external Host (including Zephyr running natively or with 19 If you want to run any bluetooth sample on the nRF5340 device (build using
|
/Zephyr-Core-3.5.0/samples/subsys/input/input_dump/ |
D | README.rst | 10 The Input Dump sample prints any input event using the :ref:`input` APIs. 15 The samples works on any board with an input driver defined in the board devicetree. 28 After starting, the sample will print any input event in the console.
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | speculation.h | 16 * CPUs with speculative execution may speculate past any size checks and 18 * This will unconditionally truncate any out-of-bounds indexes to 20 * any branch instructions. 40 * the complement of index, so that we automatically reject any large in k_array_index_sanitize()
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/ |
D | Kconfig | 22 Any NRF simulated SOC with BabbleSim, based on the POSIX arch 28 Any NRF52 simulated SOC with BabbleSim, based on the POSIX arch 34 Any NRF53 simulated SOC with BabbleSim, based on the POSIX arch
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/mfd/ |
D | npm1300.h | 46 * @retval -errno In case of any bus error (see i2c_write_read_dt()) 59 * @retval -errno In case of any bus error (see i2c_write_read_dt()) 71 * @retval -errno In case of any bus error (see i2c_write_dt()) 84 * @retval -errno In case of any bus error (see i2c_write_dt()) 98 * @retval -errno In case of any bus error (see i2c_write_read_dt(), i2c_write_dt()) 110 * @retval -errno In case of any bus error (see i2c_write_dt()) 119 * @retval -errno In case of any bus error (see i2c_write_dt()) 132 * @retval -errno In case of any bus error (see i2c_write_dt())
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/test-bindings/ |
D | device-on-any-bus.yaml | 3 description: Device on any bus 5 compatible: "on-any-bus"
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.h | 25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
D | lwm2m_rw_oma_tlv.h | 25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
D | lwm2m_rd_client.h | 25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
D | lwm2m_rw_plain_text.h | 25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | overview.rst | 56 - On MMU systems, threads may access any user thread stack in the same 62 - User threads by default are not granted default access to any memory 98 - The kernel itself, and any threads that are executing in supervisor mode, 101 - The toolchain and any supplemental programs used by the build system are 135 - Any user thread will only have access to a subset of memory: 136 typically its stack, program text, read-only data, and any partitions 137 configured in the :ref:`memory_domain` it belongs to. Access to any other RAM 148 that any data inside a kernel object that is private to the kernel cannot be 151 - User threads by default have no permission to access any kernel object or 164 other means, and verify proper read/write access to any memory buffers [all …]
|
/Zephyr-Core-3.5.0/doc/develop/manifest/ |
D | index.rst | 19 To disable any of the active modules, for example a specific HAL, use the 33 call `west update`. You can add any of the the projects or modules listed below 37 To enable any of the modules below, use the following commands:: 51 To use any of the projects below, you will need to define your own manifest
|
/Zephyr-Core-3.5.0/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 8 A mailbox allows threads to send and receive messages of any size 18 Any number of mailboxes can be defined (limited only by available RAM). Each 79 is sent, or send it to any thread by specifying :c:macro:`K_ANY`. 81 it wishes to receive a message, or it can receive a message from any thread 88 from thread A or if thread B tries to receive from any thread. 91 even if it tries to receive a message from thread A (or from any thread). 142 Only the fields listed below should be used; any other fields are for 149 during any message exchange, and allowing the receiver to pass a value 166 to allow any thread to receive the message. Leave this field uninitialized 172 to receive a message sent by any thread. Leave this field uninitialized [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | st,lis2dh-common.yaml | 25 for any movement. This is for boards that only have one 31 Disable the latching of interrupts for any movement. 37 Select the interrupt mode for any movement.
|
/Zephyr-Core-3.5.0/lib/libc/minimal/source/string/ |
D | strstr.c | 23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | Kconfig | 25 This hidden option is enabled when any of the profiles/services 31 This hidden option is enabled when any of the profiles/services 46 This hidden option is enabled when any of the content control
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | bindings-intro.rst | 101 require any binding. 118 - any :ref:`shield directories <shields>` 119 - any directories manually included in the :ref:`DTS_ROOT <dts_root>` 121 - any :ref:`module <modules>` that defines a ``dts_root`` in its 124 The build system will consider any YAML file in any of these, including in any
|