/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | Changelog.txt | 48 where the frame for write multiple registers was parsed with the wrong 68 Notes: Fixed bug in Read/Write Multiple Registers function where 89 Notes: Added support for Read/Write Multiple Registers function 95 - FEATURE (ALL): Added support for Read/Write Multiple Registers 103 Notes: eMBDisable and eMBClose can now be called multiple times 114 - FEATURE (ALL): eMBDisable can now be called multiple times 116 eMBClose also supports beeing called multiple times in 307 (write multiple coils, read discrete input) 311 - FEATURES: added support for write multiple coils function.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00history.txt | 48 Supported multiple drive system. 49 Changed some interfaces for multiple drive system. 56 Supported multiple partitions on a physical drive. 100 Added multiple code page feature. (_CODE_PAGE) 112 Added multiple sector size feature. 167 f_mkfs() supports multiple partition to complete the multiple partition feature.
|
/nrf52832-nimble/rt-thread/examples/test/ |
H A D | device_test.c | 13 * 2012-02-11 aozima add multiple sector speed test. 374 /* step 6: multiple sector speed test */ in _block_device_test() 389 … rt_kprintf("no memory for %d sector! multiple sector speed test abort!\r\n", sector); in _block_device_test() 411 rt_kprintf("multiple write %d sector speed : ", sector); in _block_device_test() 433 rt_kprintf("multiple read %d sector speed : ", sector); in _block_device_test() 450 } /* step 5: multiple sector speed test */ in _block_device_test()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | main_page.h | 42 * Multiple Execution Contexts in lwIP code 45 * The most common source of lwIP problems is to have multiple execution contexts 61 * problems in application code: IRQ is blocked for a long time, multiple
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 37 Every line starts with a key word and can be followed by multiple 41 values. A config option can be defined multiple times with the same 68 A config option can have any number of default values. If multiple 86 This defines a dependency for this menu entry. If multiple 102 minimal value <symbol> can be set to. If <symbol> is selected multiple 140 This is useful e.g. with multiple drivers that want to indicate their 359 to be set to 'm'. This can be used if multiple drivers for a single 365 If no [symbol] is associated with a choice, then you can not have multiple
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mbconfig.h | 94 /*! \brief If the <em>Write Multiple registers</em> function should be enabled. */ 100 /*! \brief If the <em>Write Multiple Coils</em> function should be enabled. */ 104 /*! \brief If the <em>Read/Write Multiple Registers</em> function should be enabled. */
|
H A D | mbutils.h | 50 * The array used for storing the bits must always be a multiple of two 54 * multiple of 2 bytes. No length checking is performed and if
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | startup_config.h | 43 /* Define size of stack. Size must be multiple of 4. */ 49 /* Define size of heap. Size must be multiple of 4. */
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_dppi.h | 97 * @brief Function for enabling multiple DPPI channels. 108 * @brief Function for disabling multiple DPPI channels. 147 * @brief Function for including multiple DPPI channels in a channel group. 162 * @brief Function for removing multiple DPPI channels from a channel group.
|
H A D | nrf_ppi.h | 191 * @brief Function for enabling multiple PPI channels. 198 * @brief Function for disabling multiple PPI channels. 278 * @brief Function for including multiple PPI channels in a channel group. 303 * @brief Function for removing multiple PPI channels from a channel group.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | ethernet.h | 57 * to a filter function that returns the correct netif when using multiple 59 * routine cannot decide for the correct netif (e.g. when mapping multiple
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ |
H A D | ethernet.h | 57 * to a filter function that returns the correct netif when using multiple 59 * routine cannot decide for the correct netif (e.g. when mapping multiple
|
/nrf52832-nimble/rt-thread/components/net/at/include/ |
H A D | at.h | 9 * 2018-08-17 chenyong multiple client support 193 /* ========================== multiple AT client function ============================ */ 230 …* If there are multiple AT Client in the program, these functions can operate on the first initial…
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cmac_mode.h | 89 * multiple messages. A practical limit is 2^48 1K messages before you 115 /* used if message length is a multiple of block_size bytes */ 117 /* used if message length isn't a multiple block_size bytes */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 129 * Multiple Execution Contexts in lwIP code 132 * The most common source of lwIP problems is to have multiple execution contexts 150 * problems in application code: IRQ is blocked for a long time, multiple 333 * called from multiple threads (not ISR!) with NO_SYS=0 340 * not be shared among multiple threads without proper locking.
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_msd.h | 57 #define MSD_TOKEN_WRITE_MULTIPLE_START 0xFC /* Data token start byte, Start Multiple Block Wr… 58 #define MSD_TOKEN_WRITE_MULTIPLE_STOP 0xFD /* Data toke stop byte, Stop Multiple Block Write…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | memp.h | 63 * Declare prototype for private memory pool if it is used in multiple files 83 * .h: only when pool is used in multiple .c files: LWIP_MEMPOOL_PROTOTYPE(my_private_pool);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | memp_std.h | 4 * This file is deliberately included multiple times: once with empty 5 * definition of LWIP_MEMPOOL() to handle all includes and multiple times
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | memp.h | 65 * Declare prototype for private memory pool if it is used in multiple files 85 * .h: only when pool is used in multiple .c files: LWIP_MEMPOOL_PROTOTYPE(my_private_pool);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | sys.c | 57 * lwIP functionality, multiple threads support can be implemented in the 96 * Mailboxes should be implemented as a queue which allows multiple messages
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | kconfiglib.py | 234 Most symbols will only have a single menu node. A symbol defined in multiple 240 it possible to define a symbol in multiple locations with a different prompt or 249 It is possible to give a Choice a name and define it in multiple locations, 254 when generating documentation, so that symbols/choices defined in multiple 449 Kconfig files. Symbols defined in multiple locations appear multiple 457 instance is kept for symbols defined in multiple locations. Kconfig order 462 (symbols defined in multiple locations only generate output once, while 474 multiple definition locations. 490 top-level Kconfig file. If a file is source'd multiple times, it will 491 appear multiple times. Use set() to get unique filenames. [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 27 systems, the overhead of allocating multiple stacks can consume large 117 generators provide multiple exit points from a generator function.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | memp_std.h | 4 * This file is deliberately included multiple times: once with empty 5 * definition of LWIP_MEMPOOL() to handle all includes and multiple times
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 230 Enables the Read Multiple Characteristic Values GATT procedure. 266 GATT Read Multiple Characteristic Values procedure. (0/1) 310 Enables processing of incoming Read Multiple Request ATT commands.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | sys_arch.txt | 14 lwIP functionality, multiple threads support can be implemented in the 25 kinds. Mailboxes should be implemented as a queue which allows multiple messages 212 When lwIP is used from more than one context (e.g. from multiple threads OR from
|