Home
last modified time | relevance | path

Searched refs:NU_DEBUGF (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
HDm480_eth.c110 NU_DEBUGF( ( "Reset phy failed\n" ) ); in reset_phy()
136 NU_DEBUGF( ( "AN failed. Set to 100 FULL\n" ) ); in reset_phy()
146 NU_DEBUGF( ( "100 full\n" ) ); in reset_phy()
151 NU_DEBUGF( ( "100 half\n" ) ); in reset_phy()
156 NU_DEBUGF( ( "10 full\n" ) ); in reset_phy()
161 NU_DEBUGF( ( "10 half\n" ) ); in reset_phy()
327 NU_DEBUGF( ( "RX descriptor corrupted \r\n" ) ); in EMAC_RX_IRQHandler()
482NU_DEBUGF( ( "mac address %02x-%02x-%02x-%02x-%02x-%02x \r\n", mac[ 0 ], mac[ 1 ], mac[ 2 ], mac[ … in numaker_mac_address()
HDm480_eth.h152 #define NU_DEBUGF( x ) { printf x; } macro
154 #define NU_DEBUGF( x ) macro
HDNetworkInterface.c156 NU_DEBUGF( ( "Eth TX slots are busy\n" ) ); in xNetworkInterfaceOutput()
162 NU_DEBUGF( ( "%s ... buffer=0x%x\r\n", __FUNCTION__, buffer ) ); in xNetworkInterfaceOutput()