Home
last modified time | relevance | path

Searched refs:FreeRTOS_debug_printf (Results 1 – 17 of 17) sorted by relevance

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/
A DTwoEchoClients.c199 FreeRTOS_debug_printf( ( "[Echo Client] Data sent... \r\n" ) ); in prvEchoClientTask()
230 FreeRTOS_debug_printf( ( "[Echo Client] Data was received correctly.\r\n" ) ); in prvEchoClientTask()
234 FreeRTOS_debug_printf( ( "[Echo Client] Data received was erroneous.\r\n" ) ); in prvEchoClientTask()
239 FreeRTOS_debug_printf( ( "[Echo Client] Data was not received\r\n" ) ); in prvEchoClientTask()
376 FreeRTOS_debug_printf( ( "[Zero Copy] Data sent... \r\n" ) ); in prvZeroCopyEchoClientTask()
409 FreeRTOS_debug_printf( ( "[Zero Copy] Data was received correctly.\r\n" ) ); in prvZeroCopyEchoClientTask()
413 FreeRTOS_debug_printf( ( "[Zero Copy] Data received was erroneous.\r\n" ) ); in prvZeroCopyEchoClientTask()
422 FreeRTOS_debug_printf( ( "[Zero Copy] Data was not received\r\n" ) ); in prvZeroCopyEchoClientTask()
A DSimpleClientAndServer.c198 FreeRTOS_debug_printf( ( ( char * ) cReceivedString ) ); in prvSimpleServerTask()
378 FreeRTOS_debug_printf( ( ( char * ) pucUDPPayloadBuffer ) ); in prvSimpleZeroCopyServerTask()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/
A Dmain.c147 FreeRTOS_debug_printf( ( "FreeRTOS_IPInit\r\n" ) ); in main()
223 FreeRTOS_debug_printf( ( ( char * ) pcSuccess ) ); in vApplicationPingReplyHook()
227 FreeRTOS_debug_printf( ( ( char * ) pcInvalidChecksum ) ); in vApplicationPingReplyHook()
231 FreeRTOS_debug_printf( ( ( char * ) pcInvalidData ) ); in vApplicationPingReplyHook()
242 FreeRTOS_debug_printf( ( ( char * ) cMessage ) ); in vApplicationPingReplyHook()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dmain_networking.c159 FreeRTOS_debug_printf( ( "FreeRTOS_IPInit\r\n" ) ); in main_tcp_echo_client_tasks()
184 FreeRTOS_debug_printf( ( "vTaskStartScheduler\n" ) ); in main_tcp_echo_client_tasks()
186 FreeRTOS_debug_printf( ( "Should not reach this point after scheduler\n" ) ); in main_tcp_echo_client_tasks()
287 FreeRTOS_debug_printf( ( "Seed for randomiser: %lu\n", xTimeNow ) ); in prvMiscInitialisation()
295 FreeRTOS_debug_printf( ( "Random numbers: %08X %08X %08X %08X\n", in prvMiscInitialisation()
A DFreeRTOSIPConfig.h68 #define FreeRTOS_debug_printf( X ) vLoggingPrintf X macro
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A Dmain_networking.c168 FreeRTOS_debug_printf( ( "FreeRTOS_IPInit\r\n" ) ); in main_tcp_echo_client_tasks()
197 FreeRTOS_debug_printf( ( "vTaskStartScheduler\n" ) ); in main_tcp_echo_client_tasks()
199 FreeRTOS_debug_printf( ( "Should not reach this point after scheduler\n" ) ); in main_tcp_echo_client_tasks()
314 FreeRTOS_debug_printf( ( "Seed for randomiser: %lu\n", xTimeNow ) ); in prvMiscInitialisation()
321 FreeRTOS_debug_printf( ( "Random numbers: %08X %08X %08X %08X\n", in prvMiscInitialisation()
A DFreeRTOSIPConfig.h57 #define FreeRTOS_debug_printf( X ) \ macro
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/
A Dmain.c169 FreeRTOS_debug_printf( ( "FreeRTOS_IPInit\r\n" ) ); in main()
198 FreeRTOS_debug_printf( ( "vTaskStartScheduler\r\n" ) ); in main()
327 FreeRTOS_debug_printf( ( "Seed for randomiser: %lu\r\n", xTimeNow ) ); in prvMiscInitialisation()
334 FreeRTOS_debug_printf( ( "Random numbers: %08X %08X %08X %08X\r\n", in prvMiscInitialisation()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DUDPEchoClient_SingleTasks.c228 FreeRTOS_debug_printf( ( "[Echo Client] Data sent... \r\n" ) ); in prvUDPEchoClientTask()
280 FreeRTOS_debug_printf( ( "[Echo Client] Data received was erroneous.\r\n" ) ); in prvUDPEchoClientTask()
285 FreeRTOS_debug_printf( ( "[Echo Client] Data was not received\r\n" ) ); in prvUDPEchoClientTask()
A DFreeRTOSIPConfig.h49 #define FreeRTOS_debug_printf( X ) vLoggingPrintf X macro
A Dmain.c323 FreeRTOS_debug_printf( ( "vTaskStartScheduler\r\n" ) ); in main()
362 FreeRTOS_debug_printf( ( "vAssertCalled( %s, %ld\r\n", pcFile, ulLine ) ); in vAssertCalled()
487 FreeRTOS_debug_printf( ( "Seed for randomiser: %lu\r\n", xTimeNow ) ); in prvMiscInitialisation()
494 FreeRTOS_debug_printf( ( "Random numbers: %08X %08X %08X %08X\n", in prvMiscInitialisation()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Config/
A DFreeRTOSIPConfig.h43 #define FreeRTOS_debug_printf( X ) configPRINTF( X ) macro
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Config/
A DFreeRTOSIPConfig.h49 #define FreeRTOS_debug_printf( X ) printf X macro
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/Config/
A DFreeRTOSIPConfig.h51 #define FreeRTOS_debug_printf( X ) vLoggingPrintf X macro
/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/
A DFreeRTOSIPConfig.h52 #define FreeRTOS_debug_printf( X ) vLoggingPrintf X macro
A Dplus_tcp_hooks_winsim.c211 FreeRTOS_debug_printf( ( "FreeRTOS_IPInit\r\n" ) ); in vPlatformInitIpStack()
A DNetworkInterface_WinPCap.c316FreeRTOS_debug_printf( ( "xNetworkInterfaceOutput: send buffers full to store %lu\n", pxNetworkBuf… in xWinPcap_NetworkInterfaceOutput()

Completed in 85 milliseconds