Searched refs:M2M_DBG (Results 1 – 7 of 7) sorted by relevance
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/common/include/ |
D | nm_debug.h | 70 #define M2M_DBG(...) macro 86 #undef M2M_DBG 87 #define M2M_DBG(...) do{CONF_WINC_PRINTF("(APP)(DBG)[%s][%d]",__FUNCTION__,__LINE__); CONF_WI… macro
|
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/driver/source/ |
D | nmuart.c | 152 M2M_DBG("Successfully sent the command\n"); in nm_uart_read_reg_with_ret() 260 M2M_DBG("Successfully sent the reg write command\n"); in nm_uart_write_reg() 330 M2M_DBG("Successfully sent the block read command\n"); in nm_uart_read_block() 418 M2M_DBG("Successfully sent the block Write command\n"); in nm_uart_write_block() 438 M2M_DBG("Successfully sent the data payload\n"); in nm_uart_write_block() 523 M2M_DBG("Successfully sent the UART reconfigure command\n"); in nm_uart_reconfigure()
|
D | nmasic.c | 433 M2M_DBG("failed to load firmware from flash.\n"); in wait_for_bootrom() 490 …M2M_DBG("%x %x %x\n",(unsigned int)nm_read_reg(0x108c),(unsigned int)nm_read_reg(0x108c),(unsigned… in wait_for_firmware_start() 494 M2M_DBG("Time out for wait firmware Run\n"); in wait_for_firmware_start() 625 M2M_DBG("Default MAC\n"); in nmi_get_otp_mac_address() 630 M2M_DBG("OTP MAC\n"); in nmi_get_otp_mac_address()
|
D | m2m_hif.c | 398 M2M_DBG("Failed to alloc rx size %d\r",ret); in hif_send()
|
D | nmspi.c | 1254 M2M_DBG("[nmi spi]: chipid (%08x)\n", (unsigned int)chipid); in nm_spi_init()
|
D | m2m_wifi.c | 1388 …M2M_DBG("mac multicast: %x:%x:%x:%x:%x:%x\r\n",strMulticastMac.au8macaddress[0],strMulticastMac.au… in m2m_wifi_enable_mac_mcast()
|
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/ |
D | socket.c | 180 M2M_DBG("Application Closed Socket While Rx Is not Complete\n"); in Socket_ReadSocketData() 182 M2M_DBG("hif_receive Success\n"); in Socket_ReadSocketData() 184 M2M_DBG("hif_receive Fail\n"); in Socket_ReadSocketData() 260 M2M_DBG("Socket %d session ID = %d\r\n",strAcceptReply.sConnectedSock , gu16SessionID ); in m2m_ip_cb() 317 M2M_DBG("recv callback session ID = %d\r\n",u16SessionID); in m2m_ip_cb() 353 M2M_DBG("Discard recv callback %d %d \r\n",u16SessionID , gastrSockets[sock].u16SessionID); in m2m_ip_cb() 357 M2M_DBG("hif_receive Success\n"); in m2m_ip_cb() 359 M2M_DBG("hif_receive Fail\n"); in m2m_ip_cb() 380 M2M_DBG("send callback session ID = %d\r\n",u16SessionID); in m2m_ip_cb() 391 M2M_DBG("Discard send callback %d %d \r\n",u16SessionID , gastrSockets[sock].u16SessionID); in m2m_ip_cb()
|