netxduo
_nx_udp_bind_cleanup()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/7)...
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_bind_cleanup()
_nx_udp_bind_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_udp.h:94
VOID
_nx_udp_bind_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_udp_bind_cleanup.c:77
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_icmp_cleanup()
_nx_udp_receive_cleanup()
_nx_packet_pool_cleanup()
Examples
References
from
examples
Code
Location
Referrer
VOID
_nx_udp_bind_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_udp_bind_cleanup.c:77
VOID
_nx_udp_bind_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_udp.h:94
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_udp_bind_cleanup
;
nx_udp_socket_bind.c:347
_nx_udp_socket_bind()
_nx_udp_bind_cleanup
(
socket_ptr
->
nx_udp_socket_bind_in_progress
NX_CLEANUP_ARGUMENT
)
;
nx_udp_socket_unbind.c:202
_nx_udp_socket_unbind()
Call Tree
from
examples
_nx_udp_bind_cleanup()
is called by 1 function and calls 3 functions:
_nx_udp_socket_unbind()
All items filtered out
_nx_udp_bind_cleanup()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_resume()
All items filtered out
Data Use
from
examples
_nx_udp_bind_cleanup()
reads 9 variables and writes 9 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_bound_previous
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bind_suspended_count
_tx_thread_preempt_disable
All items filtered out
_nx_udp_bind_cleanup()
_nx_udp_socket_bind()
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_bind_in_progress
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bind_suspension_list
NX_UDP_SOCKET_STRUCT::nx_udp_socket_bind_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_bind_cleanup()
is implemented by 1 functions:
All items filtered out
_nx_udp_bind_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