/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | netifapi.h | 85 * @see netif_remove() 89 * @see netif_set_up() 93 * @see netif_set_down() 97 * @see netif_set_default() 101 * @see netif_set_link_up() 105 * @see netif_set_link_down() 115 * @see dhcp_start() 124 * @see dhcp_inform() 128 * @see dhcp_renew() 137 * @see dhcp_release_and_stop() [all …]
|
H A D | arch.h | 263 * trailing padding bytes (see LWIP_MEM_ALIGN_BUFFER) or your own section placement 303 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 312 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 321 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 334 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 343 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 352 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 362 * This can be used to implement struct packing on MS Visual C compilers, see 364 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n
|
H A D | tcp.h | 4 * See also @ref tcp_raw 64 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 75 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 89 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 100 * specified by @see tcp_poll. 102 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 115 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 126 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 302 s16_t sa, sv; /* @see "Congestion Avoidance and Control" by Van Jacobson and Karels */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp.c | 7 * For more details see @ref altcp_api. 19 * e.g. add SSL/TLS (see LWIP_ALTCP_TLS) or proxy-connect support to an application 55 * * Another altcp layer is proxy-connect to use TLS behind a HTTP proxy (see 62 * static const unsigned char cert[] = {0x2D, ... (see mbedTLS doc for how to create this)}; 77 * altcp_tls.h (see @ref altcp_tls_create_config_server_privkey_cert for servers 210 * @see tcp_arg() 222 * @see tcp_accept() 234 * @see tcp_recv() 246 * @see tcp_sent() 258 * @see tcp_poll() [all …]
|
H A D | udp.c | 5 * See also @ref udp_raw 10 * @see @ref api 121 /** Common code to see if the current input packet matches the pcb 340 over the complete packet (See RFC 3828 chap. 3.1) */ in udp_input() 344 checksum! (Again, see RFC 3828 chap. 3.1) */ in udp_input() 464 * @see udp_disconnect() udp_sendto() 515 * @return lwIP error code (@see udp_send for possible error codes) 517 * @see udp_disconnect() udp_send() 619 * @return lwIP error code (@see udp_send for possible error codes) 621 * @see udp_disconnect() udp_send() [all …]
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | system_nrf52840.c | 16 See the License for the specific language governing permissions and 59 …le SWO trace functionality. If ENABLE_SWO is not defined, SWO pin will be used as GPIO (see Product in SystemInit() 60 Specification to see which one). */ in SystemInit() 67 … Trace functionality. If ENABLE_TRACE is not defined, TRACE pins will be used as GPIOs (see Product in SystemInit() 68 Specification to see which ones). */ in SystemInit() 151 …two GPIOs (see Product Specification to see which ones) will be reserved for NFC and will not be a… in SystemInit() 166 …defined, pin reset will not be available. One GPIO (see Product Specification to see which one) wi… in SystemInit()
|
H A D | system_nrf52.c | 16 See the License for the specific language governing permissions and 63 …le SWO trace functionality. If ENABLE_SWO is not defined, SWO pin will be used as GPIO (see Product in SystemInit() 64 Specification to see which one). */ in SystemInit() 71 … Trace functionality. If ENABLE_TRACE is not defined, TRACE pins will be used as GPIOs (see Product in SystemInit() 72 Specification to see which ones). */ in SystemInit() 182 …two GPIOs (see Product Specification to see which ones) will be reserved for NFC and will not be a… in SystemInit() 197 …defined, pin reset will not be available. One GPIO (see Product Specification to see which one) wi… in SystemInit()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | doxygen.xml | 4 # or more contributor license agreements. See the NOTICE file 16 # KIND, either express or implied. See the License for the 41 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv 306 # documentation. See http://daringfireball.net/projects/markdown/ for details. 338 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 690 # version. For an example see the documentation. 710 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. 713 # search path. See also \cite for info how to create references. 789 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 797 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | arch.h | 198 * trailing padding bytes (see LWIP_MEM_ALIGN_BUFFER) or your own section placement 239 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 248 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 257 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 270 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 279 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 288 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n 298 * This can be used to implement struct packing on MS Visual C compilers, see 300 * For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n
|
H A D | tcp.h | 4 * See also @ref tcp_raw 62 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 73 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 87 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 98 * specified by @see tcp_poll. 100 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 113 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 124 * @param arg Additional argument to pass to the callback function (@see tcp_arg())
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | lwip.Doxyfile | 23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv 298 # documentation. See http://daringfireball.net/projects/markdown/ for details. 339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 691 # version. For an example see the documentation. 711 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. 714 # search path. See also \cite for info how to create references. 790 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 798 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 799 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 885 # that contain example code fragments that are included (see the \include [all …]
|
H A D | lwip.Doxyfile.cmake.in | 23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv 298 # documentation. See http://daringfireball.net/projects/markdown/ for details. 339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 691 # version. For an example see the documentation. 711 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. 714 # search path. See also \cite for info how to create references. 790 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 798 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 799 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 885 # that contain example code fragments that are included (see the \include [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | lwip.Doxyfile | 23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv 298 # documentation. See http://daringfireball.net/projects/markdown/ for details. 330 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 682 # version. For an example see the documentation. 702 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. 705 # search path. See also \cite for info how to create references. 781 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 788 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 789 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 875 # that contain example code fragments that are included (see the \include [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mmcsd_cmd.h | 24 #define SWITCH 6 /* ac [31:0] See below R1b */ 77 #define SD_SEND_IF_COND 8 /* bcr [11:0] See below R7 */ 80 #define SD_SWITCH 6 /* adtc [31:0] See below R1 */ 95 #define SD_IO_RW_DIRECT 52 /* ac [31:0] See below R5 */ 96 #define SD_IO_RW_EXTENDED 53 /* adtc [31:0] See below R5 */
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud.h | 25 …* Function: It is an head file for this library. You can see all of the functions which can be cal… 58 * @param index the index which in the flash information table @see flash_table 65 * get flash device total number on flash device information table @see flash_table 72 * get flash device information table @see flash_table 83 * fast-read instruction @see SFUD_FLASH_EXT_INFO_TABLE
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt.h | 80 /** will_msg, see will_topic */ 82 /** will_qos, see will_topic */ 84 /** will_retain, see will_topic */ 123 * @param status Connect result code or disconnection notification @see mqtt_connection_status_t 140 * arrives to a subscribed topic @see mqtt_subscribe 155 * arrives to a subscribed topic @see mqtt_subscribe
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | kconfiglib.py | 12 See the homepage at https://github.com/ulfalizer/Kconfiglib for a longer 75 See the examples/ subdirectory for example scripts. 104 Search the top-level Makefile for "Additional ARCH settings" to see other 107 To see a list of all referenced environment variables together with their 210 sym.visibility is non-0 (non-n) to see whether the user value will have an 244 visibility (see 'Intro to expressions' below). 438 Undefined symbols can be recognized by Symbol.nodes being empty -- see 554 The menu node (see the MenuNode class) of the implicit top-level menu. 559 Can be changed with the 'mainmenu' statement (see kconfig-language.txt). 562 A dictionary with all preprocessor variables, indexed by name. See the [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | README.md | 4 # or more contributor license agreements. See the NOTICE file 16 # KIND, either express or implied. See the License for the 26 See (https://mynewt.apache.org/network/ble/ble_intro/).
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | FAQ | 17 See the file win32/DLL_FAQ.txt in the zlib distribution. 23 See 76 See the contrib/delphi directory in the zlib distribution. 80 Not by itself, no. See the directory contrib/minizip in the zlib 112 Yes. See http://www.fastio.com/ (ClibPDF), or http://www.pdflib.com/ . 113 To modify PDF forms, see http://sourceforge.net/projects/acroformtool/ . 125 which have this problem. This problem is specific to Solaris. See 250 zlib is compiled. See the zlibCompileFlags() function in zlib.h.
|
H A D | README | 42 See the zlib home page http://www.zlib.org for details. 49 available in Python 1.5 and later versions, see 62 - For Windows DLL versions, please see win32/DLL_FAQ.txt 79 - For PalmOs, see http://palmzlib.sourceforge.net/
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | tcp.h | 54 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 65 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 79 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 90 * specified by @see tcp_poll. 92 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 105 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 116 * @param arg Additional argument to pass to the callback function (@see tcp_arg())
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | udp.c | 5 * See also @ref udp_raw 10 * @see @ref raw_api and @ref netconn 121 /** Common code to see if the current input packet matches the pcb 313 over the complete packet (See RFC 3828 chap. 3.1) */ in udp_input() 317 checksum! (Again, see RFC 3828 chap. 3.1) */ in udp_input() 452 * @see udp_disconnect() udp_sendto() 497 * @return lwIP error code (@see udp_send for possible error codes) 499 * @see udp_disconnect() udp_send() 587 * @return lwIP error code (@see udp_send for possible error codes) 589 * @see udp_disconnect() udp_send() [all …]
|
H A D | raw.c | 6 * See also @ref raw_raw 13 * @see @ref raw_api 207 * @see raw_disconnect() 231 * @see raw_disconnect() and raw_sendto() 414 * @see raw_new() 447 * @see raw_remove() 476 * @param type IP address type, see @ref lwip_ip_addr_type definitions. 482 * @see raw_remove()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/util/ |
H A D | syscfg.yml | 2 # or more contributor license agreements. See the NOTICE file 14 # KIND, either express or implied. See the License for the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_xcvr.c | 3 * or more contributor license agreements. See the NOTICE file 15 * KIND, either express or implied. See the License for the 143 * If the timer is on the list, we need to see if its expiry is before in ble_ll_xcvr_rfclk_timer_start()
|