/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | slist.h | 42 * @brief Provide the primitive to iterate on a list 53 * @param __sl A pointer on a sys_slist_t to iterate on 61 * @brief Provide the primitive to iterate on a list, from a node in the list 76 * @param __sl A pointer on a sys_slist_t to iterate on 87 * @brief Provide the primitive to safely iterate on a list 98 * @param __sl A pointer on a sys_slist_t to iterate on 112 * @param __ln A pointer on a sys_node_t to get its container 121 * @param __sl A pointer on a sys_slist_t to peek 131 * @param __sl A pointer on a sys_slist_t to peek 150 * @brief Provide the primitive to iterate on a list under a container [all …]
|
H A D | main.h | 96 * @return Zero on success or negative error code otherwise 107 * @return Zero on success or negative error code otherwise 123 * @return Zero on success or negative error code otherwise 130 * link has been opened on the given provisioning bearer. 139 * link has been closed on the given provisioning bearer. 162 * unprovisioned advertising on one or more provisioning bearers. 174 * @return Zero on success or (negative) error code otherwise. 185 * @return Zero on success or (negative) error code otherwise. 195 * @return Zero on success or (negative) error code otherwise. 205 * @return Zero on success or (negative) error code otherwise. [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 16 | +- Set version information on all module symbols 31 bool "Set version information on all module symbols" 32 depends on MODULES 53 tristate and string; the other types are based on these two. The type 85 - dependencies: "depends on" <expr> 94 depends on BAR 110 if FOO depends on BAR that is not set. 113 That will limit the usefulness but on the other hand avoid 117 This is similar to "select" as it enforces a lower limit on another 129 depends on BAR [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mbuf.h | 13 * software distributed under the License is distributed on an 115 /** Event to post when new buffers are available on the queue. */ 201 * Works on both packet header, and regular mbufs, as it accounts 230 * Works on both packet header and regular mbufs. 243 * paradigm: wait on an event queue until at least one packet is available, 246 * When mbufs are available on the queue, an event OS_EVENT_T_MQUEUE_DATA 255 * @return 0 on success, non-zero on failure. 276 * @return 0 on success, non-zero on failure. 294 * @return 0 on success, non-zero on failure 305 * @return A freshly allocated mbuf on success, NULL on failure. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 13 * software distributed under the License is distributed on an 160 * @return 0 on success; nonzero on failure. 189 * @return 0 on success; nonzero on failure. 208 * @return 0 on success; nonzero on failure. 228 * @return 0 on success; nonzero on failure. 250 * @return 0 on success; nonzero on failure. 270 * @return 0 on success; nonzero on failure. 287 * @return 0 on success; nonzero on failure. 306 * @return 0 on success; nonzero on failure. 323 * @return 0 on success; nonzero on failure. [all …]
|
H A D | ble_gap.h | 13 * software distributed under the License is distributed on an 696 * change on PHY. 730 * @param out_desc On success, this is populated with information relating to 734 * @return 0 on success, BLE_HS_ENOTCONN if no matching connection was 745 * @param out_desc On success, this is populated with information relating to 749 * @return 0 on success, BLE_HS_ENOTCONN if no matching connection was 765 * @return 0 on success, BLE_HS_ENOTCONN if there is no connection 784 * @param duration_ms The duration of the advertisement procedure. On 797 * @return 0 on success, error code on failure. 818 * enqueueing an event on the current task's event queue. See [all …]
|
H A D | ble_hs_id.h | 13 * software distributed under the License is distributed on an 45 * @param out_addr On success, the generated address gets written 48 * @return 0 on success; nonzero on failure. 59 * @return 0 on success; 63 * Other nonzero on error. 76 * @param out_id_addr On success, the requested identity address is 80 * @param out_is_nrpa On success, the pointed-to value indicates 85 * @return 0 on success; 90 * Other BLE host core code on error. 114 * @param out_addr_type On success, the "own addr type" code gets [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_power.h | 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 101 …SBDETECTED = offsetof(NRF_POWER_Type, EVENTS_USBDETECTED), /**< Voltage supply detected on VBUS */ 198 NRF_POWER_ONRAM0, /**< Keep RAM block 0 on or off in system ON Mode */ 199 NRF_POWER_OFFRAM0, /**< Keep retention on RAM block 0 when RAM block is switched off */ 200 NRF_POWER_ONRAM1, /**< Keep RAM block 1 on or off in system ON Mode */ 201 NRF_POWER_OFFRAM1, /**< Keep retention on RAM block 1 when RAM block is switched off */ 202 NRF_POWER_ONRAM2, /**< Keep RAM block 2 on or off in system ON Mode */ 203 NRF_POWER_OFFRAM2, /**< Keep retention on RAM block 2 when RAM block is switched off */ 204 NRF_POWER_ONRAM3, /**< Keep RAM block 3 on or off in system ON Mode */ 205 NRF_POWER_OFFRAM3, /**< Keep retention on RAM block 3 when RAM block is switched off */ [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00history.txt | 21 Fixed a problem on small (<32M) partition. 41 Fixed f_mkdir() creates incorrect directory on FAT32. 56 Supported multiple partitions on a physical drive. 75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO. 76 Fixed f_mkdir() on FAT32 creates incorrect directory. 92 Improved performance of f_lseek() on moving to the same or following cluster. 111 Septemberarated out OS dependent code on reentrant cfg. 118 Fixed f_unlink() can return FR_OK on error. 129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH. 130 Fixed name matching error on the 13 character boundary. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | mem.c | 13 * software distributed under the License is distributed on an 53 * @param out_buf On success, this points to the malloced memory. 57 * @return 0 on success; 58 * OS_ENOMEM on malloc failure; 59 * Other OS code on unexpected error. 94 * @param out_buf On success, this points to the malloced memory. 98 * @return 0 on success; 99 * OS_ENOMEM on malloc failure; 100 * Other OS code on unexpected error. 137 * @param out_buf On success, this points to the malloced memory. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | ble_hci_trans.h | 13 * software distributed under the License is distributed on an 75 * @return 0 on success; 76 * A BLE_ERR_[...] error code on failure. 85 * @return 0 on success; 86 * A BLE_ERR_[...] error code on failure. 96 * @return 0 on success; 97 * A BLE_ERR_[...] error code on failure. 106 * @return 0 on success; 107 * A BLE_ERR_[...] error code on failure. 117 * @return The allocated buffer on success; [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/ |
H A D | hal_timer.h | 13 * software distributed under the License is distributed on an 43 * as desired. They are enqueued on a particular HW timer queue when the user 86 * @return 0 on success, non-zero error code on failure 117 * @return 0 on success, non-zero error code on failure 125 * @param timer_num The number of the HW timer to configure the callback on 130 * @return 0 on success, non-zero error code on failure. 141 * @return 0 on success, non-zero error code on failure. 153 * @return 0 on success, non-zero error code on failure.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 42 may in fact be unavoidable depending on how the functions are used, since 86 the code of uncompress on your own. 94 14. How do I install a shared zlib library on Unix? 107 We are not the authors of OttoPDF. The real author is on the OttoPDF web 115 17. Why am I getting this "register_frame_info not found" error on Solaris? 117 After installing zlib 1.1.4 on Solaris 2.6, running applications using zlib 129 18. Why does gzip give an error on a file I make with compress/deflate? 133 zlib on the other hand use the gzip format. Both the zlib and gzip 141 format on the other hand was designed for in-memory and communication 159 Of course, you should only operate on any given zlib or gzip stream from a [all …]
|
H A D | ChangeLog | 25 - Be more strict on incomplete code sets in inflate_table() and increase 65 - Add FAQ entry and comments in deflate.c on uninitialized memory access 95 - Update zlib.h comments on gzip in-memory processing 115 - Fix gzio.c to not return error on empty files [Brown] 134 - Add a note to puff.c on no distance codes case. 141 - Support shared libraries on Hurd and KFreeBSD [Brown] 147 - Possibly faster on some processors (let me know if it is) 148 - Correct Z_BLOCK to not return on first inflate call if no wrap 149 - Fix strm->data_type on inflate() return to correctly indicate EOB 155 - Fix infinite loop on bad input in configure script [Church] [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | COPYING | 62 software. If the software is modified by someone else and passed on, we 64 that any problems introduced by others will not reflect on the original 82 refers to any such program or work, and a "work based on the Program" 92 is covered only if its contents constitute a work based on the 94 Whether that is true depends on what the Program does. 98 conspicuously and appropriately publish on each copy an appropriate 108 of it, thus forming a work based on the Program, and copy and 128 does not normally print such an announcement, your work based on 137 on the Program, the distribution of the whole must be on the terms of 144 collective works based on the Program. [all …]
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | gpl.txt | 45 software. If the software is modified by someone else and passed on, we 47 that any problems introduced by others will not reflect on the original 65 refers to any such program or work, and a "work based on the Program" 75 is covered only if its contents constitute a work based on the 77 Whether that is true depends on what the Program does. 81 conspicuously and appropriately publish on each copy an appropriate 91 of it, thus forming a work based on the Program, and copy and 111 does not normally print such an announcement, your work based on 120 on the Program, the distribution of the whole must be on the terms of 127 collective works based on the Program. [all …]
|
H A D | lgpl.txt | 25 strategy to use in any particular case, based on the explanations below. 54 modified by someone else and passed on, the recipients should know 89 For example, on rare occasions, there may be a special need to 111 "work based on the library" and a "work that uses the library". The 129 which has been distributed under these terms. A "work based on the 146 on the Library (independent of the use of the Library in a tool for 147 writing it). Whether that is true depends on what the Library does 152 you conspicuously and appropriately publish on each copy an 163 of it, thus forming a work based on the Library, and copy and 196 on the Library, the distribution of the whole must be on the terms of [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 45 software. If the software is modified by someone else and passed on, we 47 that any problems introduced by others will not reflect on the original 65 refers to any such program or work, and a "work based on the Program" 75 is covered only if its contents constitute a work based on the 77 Whether that is true depends on what the Program does. 81 conspicuously and appropriately publish on each copy an appropriate 91 of it, thus forming a work based on the Program, and copy and 111 does not normally print such an announcement, your work based on 120 on the Program, the distribution of the whole must be on the terms of 127 collective works based on the Program. [all …]
|
/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_atomic.h | 26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 84 * @brief Function for running a logical OR operation on an atomic object 95 * @brief Function for running a logical OR operation on an atomic object 106 * @brief Function for running a logical AND operation on an atomic object 117 * @brief Function for running a logical AND operation on an atomic object 128 * @brief Function for running a logical XOR operation on an atomic object 139 * @brief Function for running a logical XOR operation on an atomic object 150 * @brief Function for running an arithmetic ADD operation on an atomic object 161 * @brief Function for running an arithmetic ADD operation on an atomic object 172 * @brief Function for running an arithmetic SUB operation on an atomic object [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | spi.h | 25 * - For CPHA=0, data are captured on the clock's rising edge (low->high transition) 26 * and data are propagated on a falling edge (high->low clock transition). 27 * - For CPHA=1, data are captured on the clock's falling edge and data are 28 * propagated on a rising edge. 30 * - For CPHA=0, data are captured on clock's falling edge and data are propagated 31 * on a rising edge. 32 * - For CPHA=1, data are captured on clock's rising edge and data are propagated 33 * on a falling edge. 169 /* attach a device on SPI bus */ 180 * @return RT_EOK on taken SPI bus successfully. others on taken SPI bus failed. [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_posix.c | 29 * @return the non-negative integer on successful open, others for failed. 71 * @return 0 on successful, -1 on failed. 199 * @return the current read/write position in the file, or -1 on failed. 264 * @return 0 on successful, -1 on failed. 290 * @return 0 on successful, -1 on failed. 315 * @return 0 on successful, -1 on failed. 339 * @return 0 on successful, -1 on failed. 382 * @return 0 on successful completion. Otherwise, -1 shall be returned and errno 407 * control functions on devices. 414 * @return 0 on successful completion. Otherwise, -1 shall be returned and errno [all …]
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf51_bitfields.h | 26 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 44 /* Bit 2 : Enable interrupt on NOTRESOLVED event. */ 49 #define AAR_INTENSET_NOTRESOLVED_Set (1UL) /*!< Enable interrupt on write. */ 51 /* Bit 1 : Enable interrupt on RESOLVED event. */ 56 #define AAR_INTENSET_RESOLVED_Set (1UL) /*!< Enable interrupt on write. */ 58 /* Bit 0 : Enable interrupt on END event. */ 63 #define AAR_INTENSET_END_Set (1UL) /*!< Enable interrupt on write. */ 68 /* Bit 2 : Disable interrupt on NOTRESOLVED event. */ 73 #define AAR_INTENCLR_NOTRESOLVED_Clear (1UL) /*!< Disable interrupt on write. */ 75 /* Bit 1 : Disable interrupt on RESOLVED event. */ [all …]
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | vbus.h | 20 /** Post data on channel. 31 * corruption, you need to wait on the RT_VBUS_EVENT_ID_TX event. 81 /* On a packet received in channel. */ 83 /* On the data of rt_vbus_post has been written to the ring buffer. */ 85 /* On the channel has been closed. */ 90 /** Register callback @indi on the event @eve on the @chnr. 92 * @ctx will passed to @indi on calling the @indi. 99 /** Listen on any events happen on the @chnr for @timeout ticks. 131 /** Register a call back on the other side disconnect the channel.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 23 also publish its status on an onoff state change. 26 "on" message. If it is pressed more than once, it 30 using one button for "on" and another for "off" would reduce the number 36 This sample has been tested on the Nordic nRF52840-PDK board, but would 37 likely also run on the nrf52_pca10040 board. 50 discover-unprovisioned on 55 bind 0 1 1000 # bind appkey 1 to LED server on element 0 (unicast 0100) 57 bind 1 1 1001 # bind appkey 1 to button 2 on element 1 (unicast 0101) 63 assigns sequential unicast addresses based on the number of elements
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | igmp.c | 33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 73 …p Management Protocol, Version 2 - V2 <- this code is based on this RFC (it's the "… 123 * Start IGMP processing on interface 125 * @param netif network interface on which start IGMP processing 132 LWIP_DEBUGF(IGMP_DEBUG, ("igmp_start: starting IGMP processing on if %p\n", (void *)netif)); in igmp_start() 144 LWIP_DEBUGF(IGMP_DEBUG, (") on if %p\n", (void *)netif)); in igmp_start() 155 * Stop IGMP processing on interface 157 * @param netif network interface on which stop IGMP processing 173 LWIP_DEBUGF(IGMP_DEBUG, (") on if %p\n", (void *)netif)); in igmp_stop() 189 * @param netif network interface on which report IGMP memberships [all …]
|