Searched refs:stack_memory_ptr (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot.md | 11 VOID *stack_memory_ptr, UINT stack_memory_size, 26 | stack_memory_ptr [in] | A pointer to memory to be used as a stack space for the internal thread. …
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot.h | 252 VOID *stack_memory_ptr, UINT stack_memory_size,
|
| D | nx_azure_iot.c | 230 VOID *stack_memory_ptr, UINT stack_memory_size, in nx_azure_iot_create() argument 248 …atus = nx_cloud_create(&nx_azure_iot_ptr -> nx_azure_iot_cloud, (CHAR *)name_ptr, stack_memory_ptr, in nx_azure_iot_create()
|
| /NetX-Duo-v6.2.1/addons/ppp/ |
| D | nx_ppp.h | 699 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, 741 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, 746 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority,
|
| D | nx_ppp.c | 8979 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, in _nxe_ppp_create() argument 8990 (ip_ptr == NX_NULL) || (stack_memory_ptr == NX_NULL) || (pool_ptr == NX_NULL)) in _nxe_ppp_create() 8997 status = _nx_ppp_create(ppp_ptr, name, ip_ptr, stack_memory_ptr, stack_size, thread_priority, in _nxe_ppp_create() 9059 VOID *stack_memory_ptr, ULONG stack_size, UINT thread_priority, in _nx_ppp_create() argument 9110 …stack_memory_ptr, stack_size, thread_priority, thread_priority, NX_PPP_THREAD_TIME_SLICE, TX_DONT_… in _nx_ppp_create()
|