Searched refs:M2M_PRINT (Results 1 – 2 of 2) sorted by relevance
71 #define M2M_PRINT(...) macro74 #undef M2M_PRINT75 #define M2M_PRINT(...) do{CONF_WINC_PRINTF(__VA_ARGS__);CONF_WINC_PRINTF("\r");}while(0) macro
480 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()