nx_driver_information is only used within netxduo.
 
Symbols
loading...
Files
loading...

nx_driver_information variable

DRIVER SPECIFIC ****** End of part/vendor specific include file area!

Syntax

static NX_DRIVER_INFORMATION nx_driver_information;

References

LocationReferrerText
nx_stm32_eth_driver.c:38
static NX_DRIVER_INFORMATION nx_driver_information;
nx_stm32_eth_driver.c:313_nx_driver_interface_attach()
nx_stm32_eth_driver.c:383_nx_driver_initialize()
nx_driver_information.nx_driver_information_ip_ptr = NX_NULL;
nx_stm32_eth_driver.c:386_nx_driver_initialize()
nx_stm32_eth_driver.c:389_nx_driver_initialize()
nx_stm32_eth_driver.c:392_nx_driver_initialize()
nx_driver_information.nx_driver_information_deferred_events = 0;
nx_stm32_eth_driver.c:404_nx_driver_initialize()
nx_stm32_eth_driver.c:423_nx_driver_initialize()
nx_stm32_eth_driver.c:491_nx_driver_enable()
nx_stm32_eth_driver.c:500_nx_driver_enable()
nx_stm32_eth_driver.c:563_nx_driver_enable()
nx_stm32_eth_driver.c:633_nx_driver_disable()
nx_stm32_eth_driver.c:652_nx_driver_disable()
nx_stm32_eth_driver.c:721_nx_driver_packet_send()
nx_stm32_eth_driver.c:1207_nx_driver_deferred_processing()
deferred_events = nx_driver_information.nx_driver_information_deferred_events;
nx_stm32_eth_driver.c:1208_nx_driver_deferred_processing()
nx_driver_information.nx_driver_information_deferred_events = 0;
nx_stm32_eth_driver.c:1285_nx_driver_transfer_to_netx()
nx_stm32_eth_driver.c:1393_nx_driver_hardware_initialize()
nx_stm32_eth_driver.c:1394_nx_driver_hardware_initialize()
nx_stm32_eth_driver.c:1395_nx_driver_hardware_initialize()
nx_stm32_eth_driver.c:1398_nx_driver_hardware_initialize()
nx_stm32_eth_driver.c:1401_nx_driver_hardware_initialize()
if (nx_driver_information.nx_driver_information_packet_pool_ptr == NULL)
nx_stm32_eth_driver.c:1458_nx_driver_hardware_initialize()
nx_driver_information.nx_driver_information_multicast_count = 0;
nx_stm32_eth_driver.c:1721_nx_driver_hardware_multicast_join()
nx_driver_information.nx_driver_information_multicast_count++;
nx_stm32_eth_driver.c:1776_nx_driver_hardware_multicast_leave()
nx_driver_information.nx_driver_information_multicast_count--;
nx_stm32_eth_driver.c:1779_nx_driver_hardware_multicast_leave()
if (nx_driver_information.nx_driver_information_multicast_count == 0)
nx_stm32_eth_driver.c:1872_nx_driver_hardware_packet_received()
_nx_driver_transfer_to_netx(nx_driver_information.nx_driver_information_ip_ptr, received_packet_ptr);
nx_stm32_eth_driver.c:1879HAL_ETH_RxAllocateCallback()
if (nx_packet_allocate(nx_driver_information.nx_driver_information_packet_pool_ptr, &packet_ptr,
nx_stm32_eth_driver.c:2009HAL_ETH_RxCpltCallback()
deffered_events = nx_driver_information.nx_driver_information_deferred_events;
nx_stm32_eth_driver.c:2011HAL_ETH_RxCpltCallback()
nx_stm32_eth_driver.c:2016HAL_ETH_RxCpltCallback()
nx_stm32_eth_driver.c:2023HAL_ETH_TxCpltCallback()
deffered_events = nx_driver_information.nx_driver_information_deferred_events;
nx_stm32_eth_driver.c:2026HAL_ETH_TxCpltCallback()
nx_stm32_eth_driver.c:2031HAL_ETH_TxCpltCallback()