/nrf52832-nimble/rt-thread/documentation/doxygen/ |
H A D | kernel.h | 10 * - Multi-thread management 13 * - Memory management 23 * @defgroup Thread Thread Management 24 * @brief the thread management 34 * - There are four status in thread management 43 * @defgroup Clock Clock and Timer Management 44 * * @brief clock and system timer management 53 * @defgroup KernelObject Kernel Object Management 54 * @brief kernel object management 99 * @defgroup MM Memory Management [all …]
|
H A D | mainpage.h | 35 * - Multi-thread management and scheduler 38 * - Memory management, memory pool and dynamic heap memory management
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | README | 19 * IGMP (Internet Group Management Protocol) for multicast traffic management 36 * SNMPv2c agent with MIB compiler (Simple Network Management Protocol)
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | README | 18 * IGMP (Internet Group Management Protocol) for multicast traffic management 25 * SNMP (Simple Network Management Protocol)
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_mgnt.h | 129 * wifi power management interface 135 * wifi event management interface 141 * wifi management lock interface
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | zdef.h | 96 /* management include options, one of these ored in ZF1 */ 98 /* management options, one of these ored in ZF1 */ 165 extern char ZF1_CMD; /* local ZMODEM file management request */ 166 extern char ZF2_CMD; /* local ZMODEM file management request */ 167 extern char ZF3_CMD; /* local ZMODEM file management request */
|
/nrf52832-nimble/rt-thread/components/drivers/pm/ |
H A D | pm.c | 438 * This function will initialize power management. 510 MSH_CMD_EXPORT_ALIAS(rt_pm_release_mode, pm_release, release power management mode); 522 MSH_CMD_EXPORT_ALIAS(rt_pm_request_mode, pm_request, request power management mode); 532 rt_kprintf("| Power Management Mode | Counter | Timer |\n"); in rt_pm_dump_status() 546 FINSH_FUNCTION_EXPORT_ALIAS(rt_pm_dump_status, pm_dump, dump power management status); 547 MSH_CMD_EXPORT_ALIAS(rt_pm_dump_status, pm_dump, dump power management status);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | README | 19 * IGMP (Internet Group Management Protocol) for multicast traffic management 41 * SNMPv2c agent with MIB compiler (Simple Network Management Protocol), v3 via altcp
|
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_rtthread.c | 136 // Timer Management Public API 261 // Memory Management Public API 289 // Message Queue Management Public API 332 // Mail Queue Management Public API
|
H A D | cmsis_os.h | 305 // ==== Thread Management ==== 387 // ==== Timer Management Functions ==== 431 // ==== Signal Management ==== 461 // ==== Mutex Management ==== 507 // ==== Semaphore Management Functions ==== 552 // ==== Memory Pool Management Functions ==== 554 #if (defined (osFeature_Pool) && (osFeature_Pool != 0)) // Memory Pool Management available 603 #endif // Memory Pool Management available 606 // ==== Message Queue Management Functions ==== 657 // ==== Mail Queue Management Functions ====
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 19 management protocols CMIP (Common Management Information Protocol) 23 The standard lwIP stack management information base.
|
/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/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_badblock.h | 34 * \brief bad block management 52 /** initialize bad block management data structures for uffs device */
|
/nrf52832-nimble/rt-thread/src/ |
H A D | Kconfig | 229 menu "Memory Management" 244 prompt "Dynamic Memory Management"
|
H A D | ipc.c | 189 * resource management. 222 * This function will detach a semaphore from resource management 519 * management. 551 * This function will detach a mutex from resource management 904 * management. 934 * This function will detach an event object from resource management 1281 * management. 1323 * This function will detach a mailbox from resource management 1767 * resource management. 1829 * This function will detach a message queue object from resource management
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/ |
H A D | FILES | 5 memory and buffer management, and the low-level raw API.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/ |
H A D | FILES | 8 memory and buffer management, and the low-level raw API.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/ |
H A D | FILES | 8 memory and buffer management, and the low-level raw API.
|
/nrf52832-nimble/rt-thread/components/drivers/audio/ |
H A D | audio_pipe.c | 204 * resource management. 249 * This function will detach a pipe device from resource management
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppol2tp.h | 74 /* Control Connection Management */ 80 /* Call Management */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppol2tp.h | 78 /* Control Connection Management */ 84 /* Call Management */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 22 Used by package management system to include BLE hardware 111 # Data length management definitions for connections. These define the
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 123 * Add power management framework for low power applications. 126 * Improve WLAN management framework with unified interfaces, management, commands, to provide more … 146 * Upgrade the wlan adaptor to the new version of Wi-Fi management framework in amebaz BSP. 174 * Remove the special memory operation in application module when using SLAB memory management algor… 192 * Rewrite most of the management code for application module: replace the original object container… 379 * Add memory trace for small memory management algorithm for memory leak and overwritten.
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/ |
H A D | cpuport.c | 112 #define SCB_CFSR_MFSR (*(volatile const unsigned char*)0xE000ED28) /* Memory-management Fault St… 257 memory management fault, or usage fault. */ in hard_fault_track()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | err.c | 3 * Error Management module
|