Home
last modified time | relevance | path

Searched full:this (Results 1 – 25 of 2136) sorted by relevance

12345678910>>...86

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodelist.c8 * For licensing information, see the file 'LICENCE' in this directory.
54 void jffs2_obsolete_node_frag(struct jffs2_sb_info *c, struct jffs2_node_frag *this) in jffs2_obsolete_node_frag() argument
56 if (this->node) { in jffs2_obsolete_node_frag()
57 this->node->frags--; in jffs2_obsolete_node_frag()
58 if (!this->node->frags) { in jffs2_obsolete_node_frag()
61 ref_offset(this->node->raw), this->node->ofs, this->node->ofs+this->node->size); in jffs2_obsolete_node_frag()
62 jffs2_mark_node_obsolete(c, this->node->raw); in jffs2_obsolete_node_frag()
63 jffs2_free_full_dnode(this->node); in jffs2_obsolete_node_frag()
66 …ref_offset(this->node->raw), this->node->ofs, this->node->ofs+this->node->size, this->node->frags); in jffs2_obsolete_node_frag()
67 mark_ref_normal(this->node->raw); in jffs2_obsolete_node_frag()
[all …]
H A Dcompr.c10 * For licensing information, see the file 'LICENCE' in this directory.
20 /* Available compressors are on this list */
53 struct jffs2_compressor *this, *best=NULL; in jffs2_compress() local
70 list_for_each_entry(this, &jffs2_compressor_list, list) { in jffs2_compress()
72 if ((!this->compress)||(this->disabled)) in jffs2_compress()
75 this->usecount++; in jffs2_compress()
79 compr_ret = this->compress(data_in, output_buf, datalen, cdatalen, NULL); in jffs2_compress()
81 this->usecount--; in jffs2_compress()
83 ret = this->compr; in jffs2_compress()
84 this->stat_compr_blocks++; in jffs2_compress()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml3 # distributed with this work for additional information
4 # regarding copyright ownership. The ASF licenses this file
6 # "License"); you may not use this file except in compliance
28 Enable this option to allow the device to be provisioned over
34 Enable proxy. This is automatically set whenever BLE_MESH_PB_GATT or
40 Enable this option to allow the device to be provisioned over
46 This option enables support for the Mesh GATT Proxy Service,
53 This option determines for how long the local node advertises
55 specification limits this to 60 seconds, and implies that to
56 be the appropriate value as well, so just leaving this as the
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dhttpd_opts.h14 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
19 * derived from this software without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
29 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
32 * This file is part of the lwIP TCP/IP stack.
36 * This version of the file has been modified by Texas Instruments to offer
53 /** Set this to 1 to support CGI (old style).
55 * This old style CGI support works by registering an array of URLs and
57 * This list is scanned just before fs_open is called from request handling.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml3 # distributed with this work for additional information
4 # regarding copyright ownership. The ASF licenses this file
6 # "License"); you may not use this file except in compliance
46 # Sleep clock accuracy (sca). This is the amount of drift in the system
50 # than have a piece of code calculate this value, the developer must set
51 # this value based on the value of the SCA using the following table:
126 connection. If this is set to a value greater than 27,
129 the controller to update this value.
135 This is the number of "slots" allocated to a connection when scheduling
140 a connection event will be given this much time, if needed. Consecutively
[all …]
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt7 of this license document, but changing it is not allowed.
9 [This is the first released version of the Lesser GPL. It also counts
20 This license, the Lesser General Public License, applies to some
24 this license or the ordinary General Public License is the better
30 for this service if you wish); that you receive source code or can get
49 library, and (2) we offer you this license, which gives you legal
64 consistent with the full freedom of use specified in this license.
67 ordinary GNU General Public License. This license, the GNU Lesser
70 this license for certain libraries in order to permit linking those
81 We call this license the "Lesser" General Public License because it
[all …]
H A Dgpl.txt7 of this license document, but changing it is not allowed.
14 software--to make sure the software is free for all its users. This
24 this service if you wish), that you receive source code or can get it
40 (2) offer you this license which gives you legal permission to copy,
44 that everyone understands that there is no warranty for this free
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
64 under the terms of this General Public License. The "Program", below,
73 covered by this License; they are outside its scope. The act of
83 notices that refer to this License and to the absence of any warranty;
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DCOPYING10 understanding that the whole Linux kernel source tree is covered by this
12 to the kconfig parser and frontends, as published in this package, are
13 also covered by this sentence, and available under the GPLv2, and not any
24 of this license document, but changing it is not allowed.
31 software--to make sure the software is free for all its users. This
41 this service if you wish), that you receive source code or can get it
57 (2) offer you this license which gives you legal permission to copy,
61 that everyone understands that there is no warranty for this free
70 program proprietary. To prevent this, we have made it clear that any
79 0. This License applies to any program or other work which contains
[all …]
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dmpu6050_sensor.cpp52 this->i2c_bus = (struct rt_i2c_bus_device *)rt_device_find(iic_bus); in MPU6050()
53 if (this->i2c_bus == NULL) in MPU6050()
59 this->i2c_addr = addr; in MPU6050()
62 SensorManager::registerSensor(this); in MPU6050()
69 msgs[0].addr = this->i2c_addr; in read_reg()
74 msgs[1].addr = this->i2c_addr; in read_reg()
79 if (rt_i2c_transfer(this->i2c_bus, msgs, 2) == 2) in read_reg()
89 msgs[0].addr = this->i2c_addr; in read_buffer()
94 msgs[1].addr = this->i2c_addr; in read_buffer()
99 if (rt_i2c_transfer(this->i2c_bus, msgs, 2) == 2) in read_buffer()
[all …]
H A Dbmi055_sensor.cpp50 this->i2c_bus = (struct rt_i2c_bus_device *)rt_device_find(iic_bus); in BMI055()
51 if (this->i2c_bus == NULL) in BMI055()
57 this->i2c_addr = addr; in BMI055()
60 SensorManager::registerSensor(this); in BMI055()
67 msgs[0].addr = this->i2c_addr; in read_reg()
72 msgs[1].addr = this->i2c_addr; in read_reg()
77 if (rt_i2c_transfer(this->i2c_bus, msgs, 2) == 2) in read_reg()
87 msgs[0].addr = this->i2c_addr; in read_buffer()
92 msgs[1].addr = this->i2c_addr; in read_buffer()
97 if (rt_i2c_transfer(this->i2c_bus, msgs, 2) == 2) in read_buffer()
[all …]
H A Dsensor.h17 * you may not use this file except in compliance with the License.
43 * In this version of the API there can only be 256 handles.
74 * This API is relative to the screen of the device in its default orientation,
75 * that is, if the device can be used in portrait or landscape, this API
78 * Higher level services /may/ perform this transformation.
123 * There are notable exceptions to this behavior, which are sensor-dependent
129 * wake-up: yes this sensor must wake-up the SoC to deliver events
130 * wake-up: no this sensor shall not wake-up the SoC, events are dropped
137 * Each sensor has a type which defines what this sensor measures and how
159 * From the point of view of this API these virtual sensors MUST appear as
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/
H A Dlwip.Doxyfile3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
65 # will distribute the generated files over these directories. Enabling this
82 # documentation generated by doxygen is written. Doxygen will use this
98 # documentation (similar to Javadoc). Set to NO to disable this.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
113 # used to form the text in various listings. Each string in this list, if found
[all …]
H A Dlwip.Doxyfile.cmake.in3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
65 # will distribute the generated files over these directories. Enabling this
82 # documentation generated by doxygen is written. Doxygen will use this
98 # documentation (similar to Javadoc). Set to NO to disable this.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
113 # used to form the text in various listings. Each string in this list, if found
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd_opts.h14 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
19 * derived from this software without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
29 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
32 * This file is part of the lwIP TCP/IP stack.
36 * This version of the file has been modified by Texas Instruments to offer
52 /** Set this to 1 to support CGI (old style) */
57 /** Set this to 1 to support CGI (new style) */
62 /** Set this to 1 to support SSI (Server-Side-Includes) */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/
H A Dlwip.Doxyfile3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
65 # will distribute the generated files over these directories. Enabling this
82 # documentation generated by doxygen is written. Doxygen will use this
98 # documentation (similar to Javadoc). Set to NO to disable this.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
113 # used to form the text in various listings. Each string in this list, if found
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Ddoxygen.xml5 # distributed with this work for additional information
6 # regarding copyright ownership. The ASF licenses this file
8 # "License"); you may not use this file except in compliance
21 # This file describes the settings to be used by the documentation system
38 # This tag specifies the encoding used for all characters in the config file
40 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
49 # project for which the documentation is generated. This name is used in the
55 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
83 # will distribute the generated files over these directories. Enabling this
100 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DCOPYING7 of this license document, but changing it is not allowed.
14 software--to make sure the software is free for all its users. This
24 this service if you wish), that you receive source code or can get it
40 (2) offer you this license which gives you legal permission to copy,
44 that everyone understands that there is no warranty for this free
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
64 under the terms of this General Public License. The "Program", below,
73 covered by this License; they are outside its scope. The act of
83 notices that refer to this License and to the absence of any warranty;
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsys_arch.txt15 sys_arch, but this is not required for the basic lwIP
37 allows both using pointers or actual OS structures to be used. This way, memory
86 When directly using OS structures, implementing this may be more complex.
87 This may also be a define, in which case the function is not prototyped.
92 ATTENTION: This does NOT mean that the semaphore shall be deallocated:
93 sys_sem_free() is always called before calling this function!
94 This may also be a define, in which case the function is not prototyped.
120 When directly using OS structures, implementing this may be more complex.
121 This may also be a define, in which case the function is not prototyped.
126 ATTENTION: This does NOT mean that the mutex shall be deallocated:
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmFunc.h16 notice, this list of conditions and the following disclaimer.
18 notice, this list of conditions and the following disclaimer in the
21 to endorse or promote products derived from this software without
24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
60 This function returns the content of the Control Register.
73 This function writes the given value to the Control Register.
86 This function returns the content of the IPSR Register.
99 This function returns the content of the APSR Register.
112 This function returns the content of the xPSR Register.
[all …]
H A Dcore_cmInstr.h16 notice, this list of conditions and the following disclaimer.
18 notice, this list of conditions and the following disclaimer in the
21 to endorse or promote products derived from this software without
24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
58 No Operation does nothing. This instruction can be used for code alignment purposes.
97 This function acts as a special kind of Data Memory Barrier.
98 It completes when all explicit memory accesses before this instruction complete.
105 This function ensures the apparent order of the explicit memory operations before
113 This function reverses the byte order in integer value.
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/
H A Dsys_arch.txt14 sys_arch, but this is not required for the basic lwIP
16 implement timer scheduling as well but as of lwIP 0.5 this is
38 allows both using pointers or actual OS structures to be used. This way, memory
87 When directly using OS structures, implementing this may be more complex.
88 This may also be a define, in which case the function is not prototyped.
93 ATTENTION: This does NOT mean that the semaphore shall be deallocated:
94 sys_sem_free() is always called before calling this function!
95 This may also be a define, in which case the function is not prototyped.
101 in your lwipopts.h, or ignore this parameter in your implementation
115 Posts the "msg" to the mailbox. This function have to block until
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dpbuf.h14 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
19 * derived from this software without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
29 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
32 * This file is part of the lwIP TCP/IP stack.
74 * Use this if you intend to pass the pbuf to functions like udp_send().
78 * Use this if you intend to pass the pbuf to functions like raw_send().
82 * Use this if you intend to pass the pbuf to functions like ethernet_output().
88 * Use this if you intend to pass the pbuf to functions like netif->linkoutput().
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dpbuf.h14 * this list of conditions and the following disclaimer.
16 * this list of conditions and the following disclaimer in the documentation
19 * derived from this software without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
29 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
32 * This file is part of the lwIP TCP/IP stack.
69 * for other purposes. For more background information on this, see tasks #6735
91 * Use this if you intend to pass the pbuf to functions like udp_send().
95 * Use this if you intend to pass the pbuf to functions like raw_send().
99 * Use this if you intend to pass the pbuf to functions like ethernet_output().
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/cdl/
H A Dcompress_zlib.cdl10 ## This file is part of eCos, the Embedded Configurable Operating System.
28 ## macros or inline functions from this file, or you compile this file
29 ## and link it with other works to produce a work based on this file,
30 ## this file does not by itself cause the resulting work to be covered by
31 ## the GNU General Public License. However the source code for this file
35 ## This exception does not invalidate any other reasons why a work based
36 ## on this file might be covered by the GNU General Public License.
53 This package provides support for compression and
72 If this option is set then the output of calling deflate()
77 display "Does this library need malloc?"
[all …]
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dhardware.h2 * This file is only used for doxygen document generation.
26 * This function will return current system interrupt status and disable system
34 * This function will set the specified interrupt status, which shall saved by
36 * opened, this function will open system interrupt status.
41 * This function initializes interrupt.
46 * This function masks the specified interrupt.
50 * @note not all of platform provide this function.
55 * This function umasks the specified interrupt.
59 * @note not all of platform provide this function.
64 * This function will install specified interrupt handler.
[all …]

12345678910>>...86