Home
last modified time | relevance | path

Searched refs:pdMS_TO_TICKS (Results 1 – 25 of 65) sorted by relevance

123

/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Runner/
A Dtest_runner.c74 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
93 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/Test_Runner/
A Dtest_runner.c74 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
93 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/Test_code/Test_Runner/
A Dtest_runner.c74 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
93 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
/FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/
A Dfreertos_agent_message.c54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend()
70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/
A DSimpleTCPEchoServer.c53 #define tcpechoSHUTDOWN_DELAY ( pdMS_TO_TICKS( 5000 ) )
170 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance()
171 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance()
A DTCPEchoClient_SingleTasks.c94 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 );
95 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 2000 );
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A DSimpleTCPEchoServer.c85 #define tcpechoSHUTDOWN_DELAY ( pdMS_TO_TICKS( 5000 ) )
221 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance()
222 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance()
A DTCPEchoClient_SingleTasks.c92 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 );
93 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 2000 );
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DUDPEchoClient_SingleTasks.c59 #define echoLOOP_DELAY pdMS_TO_TICKS( 2U )
68 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 );
69 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 4000 );
A Dmain.c193 const uint32_t ulLongTime_ms = pdMS_TO_TICKS( 1000UL ); in main()
736 vTaskDelay( pdMS_TO_TICKS( 100U ) ); in prvCliTask()
744 TickType_t uxTickCount = pdMS_TO_TICKS( 200U ); in prvCliTask()
751 xSemaphoreTake( xServerSemaphore, pdMS_TO_TICKS( 10 ) ); in prvCliTask()
965 pdMS_TO_TICKS( 1000U ) ); in dns_test()
966 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in dns_test()
A DFreeRTOSIPConfig.h96 #define ipconfigDNS_RECEIVE_BLOCK_TIME_TICKS pdMS_TO_TICKS( 3000U )
A DTCPEchoClient_SingleTasks.c63 #define echoLOOP_DELAY pdMS_TO_TICKS( 2U )
94 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 );
95 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 4000 );
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/tcp_sockets_wrapper/ports/freertos_plus_tcp/
A Dsockets_wrapper.c134 transportTimeout = pdMS_TO_TICKS( receiveTimeoutMs ); in Sockets_Connect()
143 transportTimeout = pdMS_TO_TICKS( sendTimeoutMs ); in Sockets_Connect()
A Dtcp_sockets_wrapper.c158 transportTimeout = pdMS_TO_TICKS( receiveTimeoutMs ); in TCP_Sockets_Connect()
167 transportTimeout = pdMS_TO_TICKS( sendTimeoutMs ); in TCP_Sockets_Connect()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/
A Dtest_framework.c97 vTaskDelay( pdMS_TO_TICKS( 100UL ) ); in TEST_SubmitResult()
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSampleAppTask.c88 vTaskDelay( pdMS_TO_TICKS( CLOCK_QUERY_TASK_DELAY_MS ) ); in sampleAppTask()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/include/
A Dtest_utils.h63 vTaskDelay( pdMS_TO_TICKS( ulPeriodMs ) ); \
/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/
A Dcellular_setup.c128 vTaskDelay( pdMS_TO_TICKS( CELLULAR_SIM_CARD_WAIT_INTERVAL_MS ) ); in setupCellular()
211 vTaskDelay( pdMS_TO_TICKS( CELLULAR_PDN_CONNECT_WAIT_INTERVAL_MS ) ); in setupCellular()
A Dcellular_platform.h168 #define Platform_Delay( delayMs ) vTaskDelay( pdMS_TO_TICKS( delayMs ) )
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/
A Dcellular_platform.h159 #define Platform_Delay( delayMs ) vTaskDelay( pdMS_TO_TICKS( delayMs ) )
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/DemoTasks/
A DMutualAuthMQTTExample.c210 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS_TICKS ( pdMS_TO_TICKS( 5000U ) )
236 #define mqttexampleDELAY_BETWEEN_PUBLISHES_TICKS ( pdMS_TO_TICKS( 2000U ) )
580 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask()
767 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries()
972 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/DemoTasks/
A DPlaintextMQTTExample.c150 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS_TICKS ( pdMS_TO_TICKS( 5000U ) )
176 #define mqttexampleDELAY_BETWEEN_PUBLISHES_TICKS ( pdMS_TO_TICKS( 2000U ) )
498 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask()
629 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries()
811 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/DemoTasks/
A DBasicTLSMQTTExample.c157 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS_TICKS ( pdMS_TO_TICKS( 5000U ) )
183 #define mqttexampleDELAY_BETWEEN_PUBLISHES_TICKS ( pdMS_TO_TICKS( 2000U ) )
508 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask()
645 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries()
827 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/DemoTasks/
A DKeepAliveMQTTExample.c161 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS ( pdMS_TO_TICKS( 5000U ) )
180 #define mqttexamplePING_REQUEST_DELAY ( pdMS_TO_TICKS( ( ( mqttexampleKEEP_ALIVE_TIM…
565 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask()
747 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries()
941 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A DTCPEchoClient_SingleTasks.c95 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 );
96 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 2000 );

Completed in 71 milliseconds

123