Home
last modified time | relevance | path

Searched full:as (Results 1 – 25 of 1857) sorted by relevance

12345678910>>...75

/nrf52832-nimble/rt-thread/components/drivers/
H A DKconfig372 bool "Enable to use device as CDC device"
375 bool "Enable to use device as Mass Storage device"
378 bool "Enable to use device as HID device"
381 bool "Enable to use device as rndis device"
385 bool "Enable to use device as ecm device"
389 bool "Enable to use device as winusb device"
394 bool "Enable to use device as CDC device"
400 bool "Enable to use device as Mass Storage device"
403 bool "Enable to use device as HID device"
406 bool "Enable to use device as rndis device"
[all …]
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
123 …* This function can be used to configure pin range as simple output with gate driving GPIO_…
129 * @note For configuring only one pin as output, use @ref nrf_gpio_cfg_output.
130 …the pin is disabled and input is disconnected from the buffer as the pins are configured as output.
135 …* @brief Function for configuring the GPIO pin range as input pins with given initial value set, h…
136 * This function can be used to configure pin range as simple input.
144 * @note For configuring only one pin as input, use @ref nrf_gpio_cfg_input.
172 * @brief Function for configuring the given GPIO pin number as output, hiding inner details.
173 …* This function can be used to configure a pin as simple output with gate driving GPIO_PIN_…
[all …]
H A Dnrf_lpcomp.h19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
55 …P_REFSEL_REFSEL_SupplyOneEighthPrescaling, /**< Use supply with a 1/8 prescaler as reference. */
56 …P_REFSEL_REFSEL_SupplyTwoEighthsPrescaling, /**< Use supply with a 2/8 prescaler as reference. */
57 …P_REFSEL_REFSEL_SupplyThreeEighthsPrescaling, /**< Use supply with a 3/8 prescaler as reference. */
58 …P_REFSEL_REFSEL_SupplyFourEighthsPrescaling, /**< Use supply with a 4/8 prescaler as reference. */
59 …P_REFSEL_REFSEL_SupplyFiveEighthsPrescaling, /**< Use supply with a 5/8 prescaler as reference. */
60 …P_REFSEL_REFSEL_SupplySixEighthsPrescaling, /**< Use supply with a 6/8 prescaler as reference. */
61 …P_REFSEL_REFSEL_SupplySevenEighthsPrescaling, /**< Use supply with a 7/8 prescaler as reference. */
63 …UPPLY_1_8 = LPCOMP_REFSEL_REFSEL_Ref1_8Vdd, /**< Use supply with a 1/8 prescaler as reference. */
64 …UPPLY_2_8 = LPCOMP_REFSEL_REFSEL_Ref2_8Vdd, /**< Use supply with a 2/8 prescaler as reference. */
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A DLICENSE10 and distribution as defined by Sections 1 through 9 of this document.
36 Object form, made available under the License, as indicated by a
43 represent, as a whole, an original work of authorship. For the purposes
60 designated in writing by the copyright owner as "Not a Contribution."
76 (except as stated in this section) patent license to make, have made,
87 as of the date such litigation is filed.
106 (d) If the Work includes a "NOTICE" text file as part of its
112 as part of the Derivative Works; within the Source form or
119 or as an addendum to the NOTICE text from the Work, provided
121 as modifying the License.
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING3 source tree, which is covered by the GPLv2 only. As Linus Torvalds puts it:
5 > Also note that the only valid version of the GPL as far as the kernel
11 sentence, even non-kernel source code. As such, the license that applies
12 to the kconfig parser and frontends, as published in this package, are
87 the term "modification".) Each licensee is addressed as "you".
97 source code as you receive it, in any medium, provided that you
117 part thereof, to be licensed as a whole at no charge to all third
131 These requirements apply to the modified work as a whole. If
135 sections when you distribute them as separate works. But when you
136 distribute the same sections as part of a whole which is a work based
[all …]
H A Daclocal.m47 # with or without modifications, as long as this notice is preserved.
30 dnl it under the terms of the GNU General Public License as published by
44 dnl As a special exception to the GNU General Public License, if you
45 dnl distribute this file as part of a program that contains a
112 dnl it's called might be skipped (such as if it is within an "if", you
243 dnl Substitutes the variable pkgconfigdir as the location where a module
265 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
303 # with or without modifications, as long as this notice is preserved.
339 # with or without modifications, as long as this notice is preserved.
401 # with or without modifications, as long as this notice is preserved.
[all …]
/nrf52832-nimble/rt-thread/
H A DLICENSE10 and distribution as defined by Sections 1 through 9 of this document.
36 Object form, made available under the License, as indicated by a
43 represent, as a whole, an original work of authorship. For the purposes
60 designated in writing by the copyright owner as "Not a Contribution."
76 (except as stated in this section) patent license to make, have made,
87 as of the date such litigation is filed.
106 (d) If the Work includes a "NOTICE" text file as part of its
112 as part of the Derivative Works; within the Source form or
119 or as an addendum to the NOTICE text from the Work, provided
121 as modifying the License.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dstate_binding.c62 case ONOFF_TEMP:/* Temp. update as per Light CTL temp. default state */ in state_binding()
63 case CTL_TEMP: /* Temp. update as per Light CTL temp. state */ in state_binding()
72 case LEVEL_TEMP:/* Temp. update as per Generic Level (s0) state */ in state_binding()
88 case ONPOWERUP: /* Lightness update as per Generic OnPowerUp state */ in state_binding()
101 case ONOFF: /* Lightness update as per Generic OnOff (root) state */ in state_binding()
119 case LEVEL: /* Lightness update as per Generic Level (root) state */ in state_binding()
124 case DELTA_LEVEL: /* Lightness update as per Gen. Level (root) state */ in state_binding()
125 /* This is as per Mesh Model Specification 3.3.2.2.3 */ in state_binding()
145 case ACTUAL: /* Lightness update as per Light Lightness Actual state */ in state_binding()
148 case LINEAR: /* Lightness update as per Light Lightness Linear state */ in state_binding()
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt10 as the successor of the GNU Library Public License, version 2, hence
93 library does the same job as widely used non-free libraries. In this
101 operating system, as well as its variant, the GNU/Linux operating
122 Each licensee is addressed as "you".
125 prepared so as to be conveniently linked with application programs
151 complete source code as you receive it, in any medium, provided that
177 the facility, other than as an argument passed when the facility
190 These requirements apply to the modified work as a whole. If
194 sections when you distribute them as separate works. But when you
195 distribute the same sections as part of a whole which is a work based
[all …]
H A Dgpl.txt70 the term "modification".) Each licensee is addressed as "you".
80 source code as you receive it, in any medium, provided that you
100 part thereof, to be licensed as a whole at no charge to all third
114 These requirements apply to the modified work as a whole. If
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
149 c) Accompany it with the information you received as to the offer
159 control compilation and installation of the executable. However, as a
168 access to copy the source code from the same place counts as
173 except as expressly provided under this License. Any attempt
[all …]
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Duip-doc.txt12 the order of a few kilobytes and RAM usage can be configured to be as
13 low as a few hundred bytes.
59 compliant in order to let the embedded devices to act as first-class
67 level protocols such as ARP which translates IP addresses to MAC
68 addresses, to application level protocols such as SMTP that is used to
70 protocols and upper layer protocols will be referred to as "the
72 or firmware and will be referred to as "the network device" that are
109 and the stack, such as the soft error reporting mechanism and
116 The uIP stack can be run either as a task in a multitasking system, or
117 as the main program in a singletasking system. In both cases, the main
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING70 the term "modification".) Each licensee is addressed as "you".
80 source code as you receive it, in any medium, provided that you
100 part thereof, to be licensed as a whole at no charge to all third
114 These requirements apply to the modified work as a whole. If
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
149 c) Accompany it with the information you received as to the offer
159 control compilation and installation of the executable. However, as a
168 access to copy the source code from the same place counts as
173 except as expressly provided under this License. Any attempt
[all …]
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/
H A Dtinycrypt.rst9 with a minimal set of standard cryptography primitives, as listed below. To better
13 primitives, as mentioned in the list below.
89 the size of a platform-independent implementation, as presented in TinyCrypt.
116 side-channel countermeasures such as increasing the overall code size,
132 Note that conventional memory-comparison methods (such as memcmp function)
134 memory comparison function (such as compare_constant_time
140 be changed in future versions of the library as there are applications
150 * NIST SP 800-90A requires three items as seed material in the initialization
157 * The current implementation does not support other key-lengths (such as 256
158 bits). Note that if you need AES-256, it doesn't sound as though your
[all …]
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf51_bitfields.h19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
161 … enabled. If an analog input pin is selected as source of the conversion, the selected pin is conf…
170 #define ADC_CONFIG_EXTREFSEL_AnalogReference0 (1UL) /*!< Use analog reference 0 as reference. */
171 #define ADC_CONFIG_EXTREFSEL_AnalogReference1 (2UL) /*!< Use analog reference 1 as reference. */
177 #define ADC_CONFIG_PSEL_AnalogInput0 (1UL) /*!< Use analog input 0 as analog input. */
178 #define ADC_CONFIG_PSEL_AnalogInput1 (2UL) /*!< Use analog input 1 as analog input. */
179 #define ADC_CONFIG_PSEL_AnalogInput2 (4UL) /*!< Use analog input 2 as analog input. */
180 #define ADC_CONFIG_PSEL_AnalogInput3 (8UL) /*!< Use analog input 3 as analog input. */
181 #define ADC_CONFIG_PSEL_AnalogInput4 (16UL) /*!< Use analog input 4 as analog input. */
182 #define ADC_CONFIG_PSEL_AnalogInput5 (32UL) /*!< Use analog input 5 as analog input. */
[all …]
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py28 manually, as it's just a block of text that needs to be inserted near the other
85 These variables are referenced as of writing (Linux 4.18), together with sample
118 Kconfiglib has the same assignment semantics as the C implementation.
168 often get the same condition as the prompt due to dependency propagation.
179 symbols can be forced to a particular (minimum) value by a select as well.
182 non-n: m visibility acts the same as y visibility.
204 treated the same as the following assignment:
217 The menu structure, as seen in e.g. menuconfig, is represented by a tree of
252 As a convenience, the properties added at a particular definition location are
262 the expr_str() function (these are used internally as well). Evaluating an
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/
H A Dtest_tcp_oos.c182 /* pinseq is sent as last segment! */ in START_TEST()
190 /* p3: same as p2 but 2 bytes longer */ in START_TEST()
207 /* check if counters are as expected */ in START_TEST()
219 /* check if counters are as expected */ in START_TEST()
233 /* check if counters are as expected */ in START_TEST()
247 /* check if counters are as expected */ in START_TEST()
259 /* check if counters are as expected */ in START_TEST()
271 /* check if counters are as expected */ in START_TEST()
324 /* p3: same as p2 but 2 bytes longer and one byte more at the front */ in START_TEST()
327 /* p4: 13 bytes - 2 before FIN - should be ignored as contained in p1 and p3 */ in START_TEST()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h6 This software is provided 'as-is', without any express or implied
18 2. Altered source versions must be plainly marked as such, and must not be
19 misrepresented as being the original software.
65 This library can optionally read and write gzip streams in memory as well.
135 The opaque value provided by the application will be passed as the first
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
307 Z_STREAM_END, then it must be called again as described above.
365 inflate decompresses as much data as possible, and stops when the input
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h6 This software is provided 'as-is', without any express or implied
18 2. Altered source versions must be plainly marked as such, and must not be
19 misrepresented as being the original software.
65 This library can optionally read and write gzip streams in memory as well.
135 The opaque value provided by the application will be passed as the first
244 deflate compresses as much data as possible, and stops when the input
249 The detailed semantics are as follows. deflate performs one or both of the
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
307 Z_STREAM_END, then it must be called again as described above.
365 inflate decompresses as much data as possible, and stops when the input
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs_hci.h14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
38 * connection. The channel map is represented as an array of five bytes, with
40 * as little-endian, such that:
46 * As there are 37 channels, only the first 37 bits get written.
67 * is represented as an array of five bytes, with each bit corresponding to an
68 * individual channel. The array is interpreted as little-endian, such that:
74 * As there are 37 channels, only the first 37 bits should be written are used.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/
H A Dtest_tcp_oos.c171 /* pinseq is sent as last segment! */ in START_TEST()
179 /* p3: same as p2 but 2 bytes longer */ in START_TEST()
196 /* check if counters are as expected */ in START_TEST()
208 /* check if counters are as expected */ in START_TEST()
222 /* check if counters are as expected */ in START_TEST()
236 /* check if counters are as expected */ in START_TEST()
248 /* check if counters are as expected */ in START_TEST()
260 /* check if counters are as expected */ in START_TEST()
317 /* p3: same as p2 but 2 bytes longer and one byte more at the front */ in START_TEST()
320 /* p4: 13 bytes - 2 before FIN - should be ignored as contained in p1 and p3 */ in START_TEST()
[all …]
/nrf52832-nimble/rt-thread/components/libc/aio/
H A Dposix_aio.c41 * If aiocbp is not NULL, then if fildes does not have the same value as the file
81 * operation, as specified by the op argument, for I/O operations associated with
89 * as if by a call to fdatasync(); that is, as defined for synchronized I/O data
93 * as if by a call to fsync(); that is, as defined for synchronized I/O file integrity
104 * value may be used as an argument to aio_error() and aio_return() in order to
111 * the asynchronous notification to occur as specified in Signal Generation and
192 * The aiocbp value may be used as an argument to aio_error() and aio_return()
197 * absolute position in the file as given by aio_offset, as if lseek() were called
331 * The aiocbp argument may be used as an argument to aio_error() and aio_return()
340 * operation shall take place at the absolute position in the file as given by
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Drawapi.txt36 (also known as the "tcpip_thread"). When running in a multithreaded
43 As such, the list of functions that may be called from
90 programs. In fact, the sequential API is implemented as an application
99 (input and output) as well as timer processing (TCP mainly) is done
107 callback function for events such as incoming data available, outgoing
112 function is passed the current TCP or UDP connection state as an
144 can be specified as IP_ADDR_ANY in order to bind the connection to
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
170 Same as tcp_listen, but limits the number of outstanding connections
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/
H A Dtest_tcp_oos.c177 /* pinseq is sent as last segment! */ in START_TEST()
185 /* p3: same as p2 but 2 bytes longer */ in START_TEST()
202 /* check if counters are as expected */ in START_TEST()
214 /* check if counters are as expected */ in START_TEST()
228 /* check if counters are as expected */ in START_TEST()
242 /* check if counters are as expected */ in START_TEST()
254 /* check if counters are as expected */ in START_TEST()
266 /* check if counters are as expected */ in START_TEST()
325 /* p3: same as p2 but 2 bytes longer and one byte more at the front */ in START_TEST()
328 /* p4: 13 bytes - 2 before FIN - should be ignored as contained in p1 and p3 */ in START_TEST()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml13 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
53 Value of "minimum connection interval" of PPCP characteristic as
58 Value of "maximum connection interval" of PPCP characteristic as
63 Value of "slave latency" of PPCP characteristic as defined by Core
69 characteristic as defined by Core specification 5.0, Vol 3, Part C,
75 Value of "Central Address Resolution" characteristics, as defined
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Drawapi.txt30 (also known as the "tcpip_thread"). The raw API may only be used from
34 As such, the list of functions that may be called from
75 programs. In fact, the sequential API is implemented as an application
82 function is passed the current TCP or UDP connection state as an
114 can be specified as IP_ADDR_ANY in order to bind the connection to
128 the one passed as an argument to the function will be
136 passed as an argument to tcp_listen() will not be deallocated.
140 Same as tcp_listen, but limits the number of outstanding connections
148 housekeeping tasks, such as allowing further incoming connections to be
170 function specified as the fourth argument (the "connected" argument)
[all …]

12345678910>>...75