Lines Matching full:and
5 * Redistribution and use in source and binary forms, with or without
9 * list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
48 * At this point, only Cortex-M3 and M4 cores are supported (LDREX/STREX instructions).
49 * Atomic types are limited to @ref nrfx_atomic_u32_t and @ref nrfx_atomic_flag_t.
64 * @brief Function for storing a value to an atomic object and returning its previous value.
74 * @brief Function for storing a value to an atomic object and returning its new value.
85 * and returning its previous value.
96 * and returning its new value.
106 * @brief Function for running a logical AND operation on an atomic object
107 * and returning its previous value.
110 * @param[in] value Value of the second operand in the AND operation.
117 * @brief Function for running a logical AND operation on an atomic object
118 * and returning its new value.
121 * @param[in] value Value of the second operand in the AND operation.
129 * and returning its previous value.
140 * and returning its new value.
151 * and returning its previous value.
162 * and returning its new value.
173 * and returning its previous value.
184 * and returning its new value.
200 * @param p_data Atomic memory pointer to test and modify.
213 * if object >= value, and returning its previous value.
224 * if object >= value, and returning its new value.
235 * on an atomic object and returning its previous value.
245 * on an atomic object and returning its new value.
255 * on an atomic object and returning its previous value.
265 * on an atomic object and returning its new value.