Home
last modified time | relevance | path

Searched refs:M2M_PRINT (Results 1 – 2 of 2) sorted by relevance

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/common/include/
Dnm_debug.h71 #define M2M_PRINT(...) macro
74 #undef M2M_PRINT
75 #define M2M_PRINT(...) do{CONF_WINC_PRINTF(__VA_ARGS__);CONF_WINC_PRINTF("\r");}while(0) macro
/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/spi_flash/source/
Dspi_flash.c480 M2M_PRINT("Flash ID %x \n",(unsigned int)reg); in spi_flash_rdid()
632 M2M_PRINT(">Start programming...\r\n"); in spi_flash_write()
674 M2M_PRINT("\rDone\t\t\t\t\t\t"); in spi_flash_write()
675 M2M_PRINT("\n#Programming time = %f sec\n\r",(GetTickCount() - t1)/1000.0); in spi_flash_write()
702 M2M_PRINT("\r\n>Start erasing...\r\n"); in spi_flash_erase()
716 M2M_PRINT("Done\r\n"); in spi_flash_erase()
718 M2M_PRINT("#Erase time = %f sec\n", (GetTickCount()-t)/1000.0); in spi_flash_erase()