Home
last modified time | relevance | path

Searched full:in (Results 1 – 25 of 2052) sorted by relevance

12345678910>>...83

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DChangeLog3 Changes in 1.2.2 (3 October 2004)
4 Changes in 1.2.3 (18 July 2005)
7 - Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant]
9 Changes in 1.2.2.4 (11 July 2005)
11 - Avoid some Visual C warnings in deflate.c
12 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit
14 - Fix some spelling errors in comments [Betts]
15 - Correct inflateInit2() error return documentation in zlib.h
18 - Fix cast for assignments to strm->state in inflate.c and infback.c
19 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
[all …]
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_math.h14 * Redistribution and use in source and binary forms, with or without
19 * - Redistributions in binary form must reproduce the above copyright
20 * notice, this list of conditions and the following disclaimer in
30 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
35 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
48 * As compared to most of the other functions in the CMSIS math library, the fast math functions
57 * The data in the complex arrays is stored in an interleaved fashion
59 * In the API functions, the number of samples in a complex array refers
88 * and the values are arranged in row order. That is, the
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Darm_math.h14 * Redistribution and use in source and binary forms, with or without
19 * - Redistributions in binary form must reproduce the above copyright
20 * notice, this list of conditions and the following disclaimer in
30 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
35 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
66 …* The library installer contains prebuilt versions of the libraries in the <code>Lib</code> folder.
76 …* The library functions are declared in the public file <code>arm_math.h</code> which is placed in
77 …* Simply include this file and link the appropriate library in the application and begin calling t…
80 * ARM_MATH_CM0 or ARM_MATH_CM0PLUS depending on the target processor in the application.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Decc.h6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 * Redistribution and use in source and binary forms, with or without
38 * - Redistributions in binary form must reproduce the above copyright
39 * notice, this list of conditions and the following disclaimer in the
49 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
[all …]
H A Dcbc_mode.h6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38 * operation defined in SP 800-38a. It can be used with any block
58 * means in practice that CBC mode requires that the IV is stored
59 * somehow with the ciphertext in order to recover the plaintext.
85 * CBC encrypts inlen bytes of the in buffer into the out buffer
[all …]
H A Daes.h6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 * Overview: AES-128 is a NIST approved block cipher specified in
39 * perform a transformation specified by a symmetric key in fixed-
76 * @param s IN/OUT -- initialized struct tc_aes_key_sched_struct
77 * @param k IN -- points to the AES key
[all …]
H A Dctr_prng.h7 * Redistribution and use in source and binary forms, with or without
13 * * Redistributions in binary form must reproduce the above copyright notice,
14 * this list of conditions and the following disclaimer in the documentation
20 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
45 * in this instance).
51 * 2) call tc_ctr_prng_reseed to mix in additional entropy into
93 * @param ctx IN/OUT -- the PRNG context to initialize
94 * @param entropy IN -- entropy used to seed the PRNG
[all …]
/nrf52832-nimble/nordic/nrfx/soc/
H A Dnrfx_atomic.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
66 * @param[in] p_data Atomic memory pointer.
67 * @param[in] value Value to store.
69 * @return Previous value stored in the atomic object.
76 * @param[in] p_data Atomic memory pointer.
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_os.h36 Definitions that are prefixed \b os_ are not used in the application code but local to this header …
55 Functions that cannot be called from an ISR are verifying the interrupt status and return in case t…
56 from an ISR context the status code \b osErrorISR. In some implementations this condition might be …
80 This header file defines all objects when included in a C/C++ source file. When <b>\#define osObjec…
107 /// \note MUST REMAIN UNCHANGED: \b osKernelSystemId shall be consistent in every CMSIS-RTOS.
110 /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS.
131 /// \note MUST REMAIN UNCHANGED: \b osPriority shall be consistent in every CMSIS-RTOS.
144 /// \note MUST REMAIN UNCHANGED: \b osWaitForever shall be consistent in every CMSIS-RTOS.
148 /// \note MUST REMAIN UNCHANGED: \b osStatus shall be consistent in every CMSIS-RTOS.
158 …osErrorISR = 0x82, ///< not allowed in ISR context: the function cannot be cal…
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dmd5.c16 ** Digest Algorithm" in all material mentioning or referencing this **
21 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
29 ** These notices must be retained in any copies of any part of this **
36 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
54 ** The message digest is now in mdContext->digest[0...15] **
59 static void Transform (u32_t *buf, u32_t *in);
131 in the message whose digest is being computed.
136 u32_t in[16]; in MD5Update() local
157 mdContext->in[mdi++] = *inBuf++; in MD5Update()
162 in[i] = (((u32_t)mdContext->in[ii+3]) << 24) | in MD5Update()
[all …]
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 \param [in] val1 first 16-bit operands
33 \param [in] val2 second 16-bit operands
34 \param [in] val3 value for left-shifting val2. Value range [0..31].
50 \param [in] val1 first 16-bit operands
51 \param [in] val2 second 16-bit operands
52 \param [in] val3 value for right-shifting val2. Value range [1..32].
66 \param [in] x two signed 16-bit values to be saturated.
67 …\param [in] y bit position for saturation, an integral constant expression in the range 1 to …
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_timer.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
115 * @param[in] event_type Timer event.
116 * @param[in] p_context General purpose parameter set during initialization of
127 * @param[in] p_instance Pointer to the driver instance structure.
128 * @param[in] p_config Pointer to the structure with initial configuration.
[all …]
H A Dnrfx_uart.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
150 …* @param[in] p_event Pointer to event structure. Event is allocated on the stack so it is avail…
152 * @param[in] p_context Context passed to interrupt handler, set on initialization.
162 * @param[in] p_instance Pointer to the driver instance structure.
163 * @param[in] p_config Pointer to the structure with initial configuration.
[all …]
H A Dnrfx_pwm.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
142 of duty cycle values, this might result in
150 shortcut configured in the PWM peripheral.
201 * @param[in] p_instance Pointer to the driver instance structure.
202 * @param[in] p_config Pointer to the structure with initial configuration.
[all …]
H A Dnrfx_uarte.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
159 …* @param[in] p_event Pointer to event structure. Event is allocated on the stack so it is avail…
161 * @param[in] p_context Context passed to interrupt handler, set on initialization.
171 * @param[in] p_instance Pointer to the driver instance structure.
172 * @param[in] p_config Pointer to the structure with initial configuration.
[all …]
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md2 All notable changes to this project are documented in this file.
9 - Added support for DPPI subscription and publishing in HALs related to nRF9160.
10 - Added support for instances 2 and 3 in SPIS, TWIM, TWIS, and UARTE drivers.
16 - Corrected NRFX_I2S_CONFIG_RATIO value in nrfx_config.h. It now correctly uses supported value.
22 - Added functions for disabling and re-enabling interrupts in the SWI driver.
30 - Corrected the way of disabling interrupts in the NFCT driver when moving the peripheral to the di…
31 - Fixed a typo in the name of the bmRequest field in the nrfx_usbd_setup_t structure. The new corre…
33 - Fixed handling of long custom instruction responses in the QSPI driver.
34 - Fixed a bug affecting the conversion of time to ticks in the TIMER HAL.
39 - Corrected calls to undefined macros in NFCT and USBD drivers.
[all …]
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_pwm.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56 * @brief Number of channels in each Pointer to the peripheral registers structure.
70 …NRF_PWM_TASK_NEXTSTEP = offsetof(NRF_PWM_Type, TASKS_NEXTSTEP) ///< Steps by one value in the…
148 …NRF_PWM_LOAD_COMMON = PWM_DECODER_LOAD_Common, ///< 1st half word (16-bit) used in all PWM…
149 …M_DECODER_LOAD_Grouped, ///< 1st half word (16-bit) used in channels 0 and 1; 2nd word in chann…
[all …]
H A Dnrf_spu.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
89 * @param[in] p_reg Pointer to the peripheral registers structure.
90 * @param[in] event Event to clear.
98 * @param[in] p_reg Pointer to the peripheral registers structure.
99 * @param[in] event Event to check.
[all …]
H A Dnrf_spis.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
138 * @param[in] p_reg Pointer to the peripheral registers structure.
139 * @param[in] spis_task Task to activate.
147 * @param[in] p_reg Pointer to the peripheral registers structure.
148 * @param[in] spis_task Requested task.
[all …]
H A Dnrf_twim.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
139 * @param[in] p_reg Pointer to the peripheral registers structure.
140 * @param[in] task Task to activate.
148 * @param[in] p_reg Pointer to the peripheral registers structure.
149 * @param[in] task Requested task.
[all …]
H A Dnrf_vmc.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 /** @brief Power configuration bits for each section in particular RAM block. */
57 /** @brief Retention configuration bits for each section in particular RAM block. */
60 …_S0RETENTION_Msk, ///< Keep RAM section S0 of the particular RAM block on or off in System ON mode.
61 …_S1RETENTION_Msk, ///< Keep RAM section S1 of the particular RAM block on or off in System ON mode.
[all …]
H A Dnrf_rtc.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 /** @brief Macro for getting the number of compare channels available in a given RTC instance. */
103 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
104 * @param[in] ch Channel.
105 * @param[in] cc_val Compare value to set.
[all …]
H A Dnrf_spim.h5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
57 * @brief This value specified in the DCX line configuration causes this line
181 * @param[in] p_reg Pointer to the peripheral registers structure.
182 * @param[in] spim_task Task to activate.
190 * @param[in] p_reg Pointer to the peripheral registers structure.
[all …]
/nrf52832-nimble/rt-thread/
H A DChangeLog.md7 …PU, the state of this thread is changed to RUNNING stat instead of READY state in previous version;
11 * When formatting the file system, adds FM_SFD option to create a volume in SFD format for FatFs; (…
12 * Add file system handle pointer in `struct dfs_fd' structure;
14 * Fix the `fd_is_open()` issue: when the sub-path is the same in different mounted filesystem.
15 … critical lock/unlock to dfs_lock/unlock in `getcwd()` function of DFS (the critical lock/unlock i…
17 * Fix the `aio_result` issue, which is returned by `aio_read_work` in AIO; (fullhan)
19 * Modify the `_sys_istty` function in armlibc to correctly handle STDIN/STDOUT/STDERR; (gbcwbz)
20 * Modify the `_write_r` function in newlib to correctly handle stdout.
24 * Fix the select event issue in `at_recvfrom()` function in at_socket;
26 * Add socket TLS layer in SAL, that is, upper application can be supported by encrypted transmissio…
[all …]
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py11 # This program is distributed in the hope that it will be useful,
48 evaluates True, or when we reach the #else in a #if, #ifdef,
56 for k in ('import', 'include', 'include_next', 'define'):
65 evaluates False, or when we reach the #else in a #if, #ifdef,
80 # deal with the cmd build-in commands which cannot be used in
83 for f in args[1:]:
97 _e = dict([(k, str(v)) for k, v in env.items()])
108 print ('Error in calling command:' + cmdline.split(' ')[0])
213 # set RTT_ROOT in ENV
215 # set BSP_ROOT in ENV
[all …]

12345678910>>...83