netxduo
_nx_udp_receive_cleanup()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_udp_receive_cleanup()
_nx_udp_receive_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_udp.h:102
VOID
_nx_udp_receive_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_udp_receive_cleanup.c:76
Arguments
Argument
thread_ptr
suspension_sequence
Related Functions
Found 12 other functions taking a
TX_THREAD_STRUCT
argument:
Function
_nx_tcp_cleanup_deferred()
_nx_tcp_socket_thread_resume()
_nx_tcp_socket_thread_suspend()
_nx_tcp_connect_cleanup()
_nx_tcp_receive_cleanup()
_nx_tcp_disconnect_cleanup()
_nx_tcp_transmit_cleanup()
_nx_ip_raw_packet_cleanup()
_nx_tcp_client_bind_cleanup()
_nx_udp_bind_cleanup()
_nx_icmp_cleanup()
_nx_packet_pool_cleanup()
Examples
References
from
examples
Code
Location
Referrer
VOID
_nx_udp_receive_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_udp_receive_cleanup.c:76
VOID
_nx_udp_receive_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_udp.h:102
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_udp_receive_cleanup
;
nx_udp_socket_receive.c:166
_nx_udp_socket_receive()
Call Tree
from
examples
_nx_udp_receive_cleanup()
calls 3 functions:
All items filtered out
_nx_udp_receive_cleanup()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_resume()
All items filtered out
Data Use
from
examples
_nx_udp_receive_cleanup()
reads 8 variables and writes 8 variables:
TX_THREAD_STRUCT::tx_thread_state
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspend_control_block
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
NX_UDP_SOCKET_STRUCT::nx_udp_socket_id
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_suspended_count
_tx_thread_preempt_disable
All items filtered out
_nx_udp_receive_cleanup()
_nx_udp_socket_receive()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
TX_THREAD_STRUCT::tx_thread_suspend_status
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_suspension_list
NX_UDP_SOCKET_STRUCT::nx_udp_socket_receive_suspended_count
_tx_thread_preempt_disable
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
_nx_udp_receive_cleanup()
is implemented by 1 functions:
All items filtered out
_nx_udp_receive_cleanup()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out