Home
last modified time | relevance | path

Searched refs:stack_memory_ptr (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot.md11 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/
Dnx_azure_iot.h252 VOID *stack_memory_ptr, UINT stack_memory_size,
Dnx_azure_iot.c230 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/
Dnx_ppp.h699 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,
Dnx_ppp.c8979 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
9110stack_memory_ptr, stack_size, thread_priority, thread_priority, NX_PPP_THREAD_TIME_SLICE, TX_DONT_… in _nx_ppp_create()