netxduo
NX_DRIVER_INFORMATION
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_DRIVER_INFORMATION
NX_DRIVER_INFORMATION struct
Syntax
Show:
Summary
Declaration
from
nx_stm32_eth_driver.h:108
typedef
struct
NX_DRIVER_INFORMATION_STRUCT
{
NX_IP
*
nx_driver_information_ip_ptr
;
ULONG
nx_driver_information_state
;
NX_PACKET_POOL
*
nx_driver_information_packet_pool_ptr
;
NX_INTERFACE
*
nx_driver_information_interface
;
ULONG
nx_driver_information_deferred_events
;
UINT
nx_driver_information_receive_current_index
;
UINT
nx_driver_information_transmit_current_index
;
UINT
nx_driver_information_transmit_release_index
;
UINT
nx_driver_information_number_of_transmit_buffers_in_use
;
NX_PACKET
*
nx_driver_information_transmit_packets
[
NX_DRIVER_TX_DESCRIPTORS
]
;
NX_PACKET
*
nx_driver_information_receive_packets
[
NX_DRIVER_RX_DESCRIPTORS
]
;
ULONG
nx_driver_information_rx_buffer_size
;
ULONG
nx_driver_information_multicast_count
;
}
NX_DRIVER_INFORMATION
;
Fields
Field
Declared as
Description
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_ip_ptr
NX_IP
*
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_state
ULONG
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_packet_pool_ptr
NX_PACKET_POOL
*
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_interface
NX_INTERFACE
*
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_deferred_events
ULONG
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_receive_current_index
UINT
DRIVER SPECIFIC ****** Start of part/vendor specific driver information area. Include any such constants here!.
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_transmit_current_index
UINT
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_transmit_release_index
UINT
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_number_of_transmit_buffers_in_use
UINT
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_transmit_packets
NX_PACKET
*
[
NX_DRIVER_TX_DESCRIPTORS
]
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_receive_packets
NX_PACKET
*
[
NX_DRIVER_RX_DESCRIPTORS
]
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_rx_buffer_size
ULONG
NX_DRIVER_INFORMATION_STRUCT::nx_driver_information_multicast_count
ULONG
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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