/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_ctrl.h | 147 * -> 1 byte which contains the unknown or un-supported opcode. 160 * Contains the version number of the bluetooth controller specification. 162 * Contains the company identifier of the manufacturer of the controller. 163 * -> sub_ver_num: Contains a unique value for implementation or revision of 177 * -> error code (1 byte): contains reason why request was rejected.
|
H A D | ble_ll.h | 287 * -> LSB contains pdu type, txadd and rxadd bits. 288 * -> MSB contains length (6 bits). Length is length of payload. Does 351 * -> LSB contains llid, nesn, sn and md 352 * -> MSB contains length (8 bits) 388 * LLData contains connection request data. 396 * chanmap: contains channel mapping indicating used and unused data
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/ |
H A D | README.md | 5 pkg.yml contains the base definition of the app. 7 syscfg.yml contains setting definitions and overrides.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/ |
H A D | README.md | 5 pkg.yml contains the base definition of the app. 7 syscfg.yml contains setting definitions and overrides.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls_mem.h | 5 * This file contains memory management function prototypes for a TLS layer using mbedTLS. 7 * Memory management contains:
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 10 Prior to provisioning, an unprovisioned beacon is broadcast that contains 66 The first or root element of the node contains models for configuration,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | altcp_proxyconnect.c | 71 since it contains pointers to static functions declared here */ 340 * @param config struct altcp_proxyconnect_config that contains the proxy settings 364 * @param config struct altcp_proxyconnect_config that contains the proxy settings 391 * @param arg struct altcp_proxyconnect_config that contains the proxy settings 409 * @param arg struct altcp_proxyconnect_tls_config that contains the proxy settings
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | timeouts.h | 63 /** This struct contains information about a stack-internal timer function 73 /** This array contains all stack-internal cyclic timers. To get the number of
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | ip.c | 86 /* contains a colon: IPv6 address */ in ipaddr_aton() 92 /* contains a dot: IPv4 address */ in ipaddr_aton()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | timeouts.h | 68 /** This struct contains information about a stack-internal timer function 78 /** This array contains all stack-internal cyclic timers. To get the number of
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbfunccoils.c | 98 /* First byte contains the function code. */ in eMBFuncReadCoils() 126 /* The response contains the function code, the starting address in eMBFuncReadCoils() 249 /* The response contains the function code, the starting address in eMBFuncWriteMultipleCoils()
|
H A D | mbfuncholding.c | 146 /* The response contains the function code, the starting in eMBFuncWriteMultipleHoldingRegister() 197 /* First byte contains the function code. */ in eMBFuncReadHoldingRegister() 279 /* First byte contains the function code. */ in eMBFuncReadWriteMultipleHoldingRegister()
|
H A D | mbfuncdisc.c | 78 /* First byte contains the function code. */ in eMBFuncReadDiscreteInputs() 105 /* The response contains the function code, the starting address in eMBFuncReadDiscreteInputs()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | ieee802154.h | 78 #define IEEE_802154_ADDR_MODE_SHORT 0x02 /* Address field contains a short address (16 bit) */ 79 #define IEEE_802154_ADDR_MODE_EXT 0x03 /* Address field contains an extended address (64 bit)…
|
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 26 The file cmsis_os.h contains: 214 /// Thread Definition structure contains startup information of a thread. 224 /// Timer Definition structure contains timer parameters. 234 /// Mutex Definition structure contains setup information for a mutex. 241 /// Semaphore Definition structure contains setup information for a semaphore. 273 /// Event structure contains detailed information about an event. 380 /// \return event that contains signal, message, or mail information or error code. 714 /// \return event that contains mail information or error code.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mbuf.h | 39 * A mbuf pool from which to allocate mbufs. This contains a pointer to the os 204 * @param __omp Is the mbuf pool (which contains packet header length.) 549 * it is extended as necessary. If the destination mbuf contains a packet 564 * contains a packet header, the header's length is updated. If the second 609 * contains a packet header, it is preserved.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | ip.c | 129 /* contains a colon: IPv6 address */ in ipaddr_aton() 135 /* contains a dot: IPv4 address */ in ipaddr_aton()
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/ |
H A D | README | 1 This directory contains a few example applications. They are not all
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | FILES | 1 This directory contains application headers.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | FILES | 1 This directory contains application headers.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | hci_dummy.c | 146 * Buffer pointed by 'cmd' contains complete HCI Command packet as defined in ble_hci_trans_hs_cmd_tx() 163 * mbuf pointed by 'om' contains complete HCI ACL Data packet as defined in ble_hci_trans_hs_acl_tx()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 112 former contains code derived from the library, whereas the latter must 119 program which contains a notice placed by the copyright holder or 138 all the source code for all modules it contains, plus any associated 240 5. A program that contains no derivative of any portion of the 248 contains portions of the Library), rather than a "work that uses the
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/ |
H A D | README.txt | 1 This folder contains qualification tests results against BT SIG Profile Test
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/ |
H A D | TODO | 2 This contains a very limited set of Linux-compatibility headers, initially
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/ |
H A D | readme.txt | 1 This directory contains a script ('makefsdata') to create C code suitable for
|