netxduo
_nx_ip_thread_entry()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (3/7)...
Files
loading (6/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_ip_thread_entry()
_nx_ip_thread_entry() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_ip.h:164
VOID
_nx_ip_thread_entry
(
ULONG
ip_ptr_value
)
;
Implemented in
nx_ip_thread_entry.c:122
Arguments
Argument
ip_ptr_value
Examples
References
from
examples
Code
Location
Referrer
VOID
_nx_ip_thread_entry
(
ULONG
ip_ptr_value
)
nx_ip_thread_entry.c:122
VOID
_nx_ip_thread_entry
(
ULONG
ip_ptr_value
)
;
nx_ip.h:164
tx_thread_create
(
&
(
ip_ptr
->
nx_ip_thread
)
,
name
,
_nx_ip_thread_entry
,
(
ULONG
)
(
ALIGN_TYPE
)
(
ip_ptr
)
,
nx_ip_create.c:226
_nx_ip_create()
Call Tree
from
examples
_nx_ip_thread_entry()
calls 21 functions:
All items filtered out
_nx_ip_thread_entry()
__disable_interrupts()
__restore_interrupt()
_tx_mutex_get()
_tx_event_flags_get()
_tx_mutex_put()
NX_IP_STRUCT::nx_ip_arp_periodic_update
NX_IP_STRUCT::nx_ip_arp_queue_process
NX_IP_STRUCT::nx_ip_rarp_periodic_update
NX_IP_STRUCT::nx_ip_rarp_queue_process
NX_IP_STRUCT::nx_tcp_deferred_cleanup_check
NX_INTERFACE_STRUCT::nx_interface_link_driver_entry
NX_IP_STRUCT::nx_ip_fragment_assembly
NX_IP_STRUCT::nx_ip_fragment_timeout_check
NX_IP_STRUCT::nx_ip_igmp_periodic_processing
NX_IP_STRUCT::nx_ip_igmp_queue_process
NX_IP_STRUCT::nx_ip_icmp_queue_process
NX_IP_STRUCT::nx_ip_tcp_periodic_processing
NX_IP_STRUCT::nx_ip_tcp_fast_periodic_processing
NX_IP_STRUCT::nx_ip_tcp_queue_process
_nx_ip_packet_receive()
_nx_ip_deferred_link_status_process()
All items filtered out
Data Use
from
examples
_nx_ip_thread_entry()
reads 20 variables and writes 12 variables:
NX_IP_STRUCT::nx_ip_arp_periodic_update
NX_IP_STRUCT::nx_ip_arp_queue_process
NX_IP_STRUCT::nx_ip_rarp_periodic_update
NX_IP_STRUCT::nx_ip_rarp_queue_process
NX_IP_STRUCT::nx_tcp_deferred_cleanup_check
NX_IP_STRUCT::nx_ip_interface
NX_PACKET_STRUCT::nx_packet_queue_next
NX_INTERFACE_STRUCT::nx_interface_valid
NX_INTERFACE_STRUCT::nx_interface_link_driver_entry
NX_IP_STRUCT::nx_ip_protection
NX_IP_STRUCT::nx_ip_deferred_received_packet_head
NX_IP_STRUCT::nx_ip_events
NX_IP_STRUCT::nx_ip_fragment_assembly
NX_IP_STRUCT::nx_ip_fragment_timeout_check
NX_IP_STRUCT::nx_ip_igmp_periodic_processing
NX_IP_STRUCT::nx_ip_igmp_queue_process
NX_IP_STRUCT::nx_ip_icmp_queue_process
NX_IP_STRUCT::nx_ip_tcp_periodic_processing
NX_IP_STRUCT::nx_ip_tcp_fast_periodic_processing
NX_IP_STRUCT::nx_ip_tcp_queue_process
All items filtered out
_nx_ip_thread_entry()
_nx_ip_create()
NX_IP_DRIVER_STRUCT::nx_ip_driver_command
NX_IP_DRIVER_STRUCT::nx_ip_driver_physical_address_msw
NX_IP_DRIVER_STRUCT::nx_ip_driver_physical_address_lsw
NX_IP_DRIVER_STRUCT::nx_ip_driver_return_ptr
NX_IP_DRIVER_STRUCT::nx_ip_driver_ptr
NX_IP_DRIVER_STRUCT::nx_ip_driver_interface
NX_INTERFACE_STRUCT::nx_interface_link_up
NX_INTERFACE_STRUCT::nx_interface_capability_flag
NX_IP_STRUCT::nx_ip_initialize_done
NX_IP_STRUCT::nx_ip_deferred_received_packet_head
NX_IP_STRUCT::nx_ip_deferred_received_packet_tail
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out