Home
last modified time | relevance | path

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

123

/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_commands.c38 { 4, "ACCT", ECMD_ACCT, pdTRUE, pdFALSE },
39 { 3, "CWD", ECMD_CWD, pdTRUE, pdTRUE },
49 { 4, "RETR", ECMD_RETR, pdTRUE, pdTRUE },
50 { 4, "STOR", ECMD_STOR, pdTRUE, pdTRUE },
55 { 4, "RNFR", ECMD_RNFR, pdTRUE, pdTRUE },
56 { 4, "RNTO", ECMD_RNTO, pdTRUE, pdTRUE },
58 { 4, "SIZE", ECMD_SIZE, pdTRUE, pdTRUE },
59 { 4, "MDTM", ECMD_MDTM, pdTRUE, pdTRUE },
60 { 4, "DELE", ECMD_DELE, pdTRUE, pdTRUE },
61 { 3, "RMD", ECMD_RMD, pdTRUE, pdTRUE },
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/
A Dcellular_platform.c80 BaseType_t lockResult = pdTRUE; in prIotMutexTimedLock()
87 if( pMutex->recursive == pdTRUE ) in prIotMutexTimedLock()
96 return( lockResult == pdTRUE ); in prIotMutexTimedLock()
172 pNewMutex->recursive = pdTRUE; in PlatformMutex_Create()
224 if( pMutex->recursive == pdTRUE ) in PlatformMutex_Unlock()
/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/
A Dcellular_platform.c80 BaseType_t lockResult = pdTRUE; in prIotMutexTimedLock()
87 if( pMutex->recursive == pdTRUE ) in prIotMutexTimedLock()
96 return( lockResult == pdTRUE ); in prIotMutexTimedLock()
172 pNewMutex->recursive = pdTRUE; in PlatformMutex_Create()
224 if( pMutex->recursive == pdTRUE ) in PlatformMutex_Unlock()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A Dmain.c224 xEndPoints[ 0 ].bits.bWantDHCP = pdTRUE; in main()
261 xEndPoints[ 1 ].bits.bWantRA = pdTRUE; in main()
267 xEndPoints[ 1 ].bits.bWantDHCP = pdTRUE; in main()
320 configASSERT( xReturn == pdTRUE ); in main()
430 xTasksAlreadyCreated = pdTRUE; in vApplicationIPNetworkEventHook_Multi()
529 xDone = pdTRUE; in setEndPoint()
551 xDone = pdTRUE; in setEndPoint()
596 xReturn = pdTRUE; in xApplicationDNSQueryHook_Multi()
604 xReturn = pdTRUE; in xApplicationDNSQueryHook_Multi()
612 if( xReturn == pdTRUE ) in xApplicationDNSQueryHook_Multi()
[all …]
A Dprintf-stdarg.c34 #define pdTRUE 1 macro
143 return pdTRUE; in strbuf_printchar()
150 return pdTRUE; in strbuf_printchar()
175 return pdTRUE; in strbuf_printchar_inline()
188 return pdTRUE; in strbuf_printchar_inline()
266 if( ( apBuf->flags.isNumber == pdTRUE ) && ( apBuf->flags.pad == pdTRUE ) ) in prints()
308 return pdTRUE; in prints()
398 apBuf->flags.isNumber = pdTRUE; /* Parameter for prints */ in printi()
497 apBuf->flags.isNumber = pdTRUE; /* Parameter for prints */ in printIp()
500 return pdTRUE; in printIp()
[all …]
A DLogging_WinSim.c138 BaseType_t xDirectPrint = pdTRUE;
273 static BaseType_t xAfterLineBreak = pdTRUE; in vLoggingPrintf()
297 if( ( xAfterLineBreak == pdTRUE ) && ( strcmp( pcFormat, "\r\n" ) != 0 ) ) in vLoggingPrintf()
314 xAfterLineBreak = pdTRUE; in vLoggingPrintf()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/
A Dmain.c104 static BaseType_t xTraceRunning = pdTRUE;
217 if( xTraceRunning == pdTRUE ) in traceOnEnter()
270 xPrinted = pdTRUE; in vAssertCalled()
272 if( xTraceRunning == pdTRUE ) in vAssertCalled()
A Dmain_networking.c109 const BaseType_t xLogToStdout = pdTRUE, xLogToFile = pdFALSE, xLogToUDP = pdFALSE;
171 xEndPoints[ 0 ].bits.bWantDHCP = pdTRUE; in main_tcp_echo_client_tasks()
181 configASSERT( xResult == pdTRUE ); in main_tcp_echo_client_tasks()
233 xTasksAlreadyCreated = pdTRUE; in vApplicationIPNetworkEventHook_Multi()
375 return pdTRUE; in xApplicationGetRandomNumber()
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Common/
A Dprintf-stdarg.c83 return pdTRUE; in strbuf_printchar()
90 return pdTRUE; in strbuf_printchar()
115 return pdTRUE; in strbuf_printchar_inline()
128 return pdTRUE; in strbuf_printchar_inline()
206 if( ( apBuf->flags.isNumber == pdTRUE ) && ( apBuf->flags.pad == pdTRUE ) ) in prints()
248 return pdTRUE; in prints()
273 apBuf->flags.isNumber = pdTRUE; /* Parameter for prints */ in printll()
338 apBuf->flags.isNumber = pdTRUE; /* Parameter for prints */ in printi()
347 if( ( apBuf->flags.isSigned == pdTRUE ) && ( base == 10 ) && ( i < 0 ) ) in printi()
437 apBuf->flags.isNumber = pdTRUE; /* Parameter for prints */ in printIp()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosmutex.c111 while( xSemaphoreTake( xMutex, portMAX_DELAY ) != pdTRUE ) in RedOsMutexAcquire()
131 REDASSERT( xSuccess == pdTRUE ); in RedOsMutexRelease()
/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/
A DFreeRTOS_CLI.c158 BaseType_t xReturn = pdTRUE; in FreeRTOS_CLIProcessCommand()
353 xReturn = pdTRUE; in prvHelpCommand()
370 if( xLastCharacterWasSpace != pdTRUE ) in prvGetNumberOfParameters()
373 xLastCharacterWasSpace = pdTRUE; in prvGetNumberOfParameters()
386 if( xLastCharacterWasSpace == pdTRUE ) in prvGetNumberOfParameters()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/
A Dmain.c75 static BaseType_t xTraceRunning = pdTRUE;
137 pdTRUE, in main()
184 xTasksAlreadyCreated = pdTRUE; in vApplicationIPNetworkEventHook_Multi()
336 return pdTRUE; in xApplicationGetRandomNumber()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/
A Dmain.c120 const BaseType_t xLogToStdout = pdTRUE, xLogToFile = pdFALSE;
185 xEndPoints[ 0 ].bits.bWantDHCP = pdTRUE; in main()
195 configASSERT( xResult == pdTRUE ); in main()
270 xTasksAlreadyCreated = pdTRUE; in vApplicationIPNetworkEventHook_Multi()
416 return pdTRUE; in xApplicationGetRandomNumber()
/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/
A DUDP-Related-CLI-commands.c287 xReturn = pdTRUE; in prvDisplayIPConfig()
298 xReturn = pdTRUE; in prvDisplayIPConfig()
309 xReturn = pdTRUE; in prvDisplayIPConfig()
320 xReturn = pdTRUE; in prvDisplayIPConfig()
/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/DemoTasks/
A DJobsDemoExample.c459 xDemoEncounteredError = pdTRUE; in prvSendUpdateForJob()
468 xDemoEncounteredError = pdTRUE; in prvSendUpdateForJob()
514 xExitActionJobReceived = pdTRUE; in prvProcessJobDocument()
587 xDemoEncounteredError = pdTRUE; in prvProcessJobDocument()
793 xDemoEncounteredError = pdTRUE; in prvEventCallback()
970 if( xQueueReceive( xJobMessageQueue, &pxJobMessagePublishInfo, 0 ) == pdTRUE ) in prvJobsDemoTask()
995 if( ( xDemoStatus == pdFAIL ) || ( xDemoEncounteredError == pdTRUE ) ) in prvJobsDemoTask()
1000 retryDemoLoop = pdTRUE; in prvJobsDemoTask()
1032 if( retryDemoLoop == pdTRUE ) in prvJobsDemoTask()
1041 } while( retryDemoLoop == pdTRUE ); in prvJobsDemoTask()
/FreeRTOS-Plus/Demo/Common/Logging/windows/
A DLogging_WinSim.c139 BaseType_t xDirectPrint = pdTRUE;
179 xReturn = pdTRUE; in prvStrEndedWithLineBreak()
314 static BaseType_t xAfterLineBreak = pdTRUE; in vLoggingPrintf()
340 if( ( xAfterLineBreak == pdTRUE ) && ( strcmp( pcFormat, "\r\n" ) != 0 ) ) in vLoggingPrintf()
360 xAfterLineBreak = pdTRUE; in vLoggingPrintf()
547 xDirectPrint = pdTRUE; in prvWin32LoggingThread()
613 vLoggingInit( pdTRUE, pdFALSE, pdFALSE, 0U, 0U ); in vPlatformInitLogging()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/
A Dmain_networking.c184 xEndPoints[ 0 ].bits.bWantDHCP = pdTRUE; in main_tcp_echo_client_tasks()
194 configASSERT( xReturn == pdTRUE ); in main_tcp_echo_client_tasks()
257 xTasksAlreadyCreated = pdTRUE; in vApplicationIPNetworkEventHook_Multi()
405 return pdTRUE; in xApplicationGetRandomNumber()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/
A Dmain.c100 const BaseType_t xLogToStdout = pdTRUE, xLogToFile = pdFALSE, xLogToUDP = pdFALSE;
158 xEndPoints[ 0 ].bits.bWantDHCP = pdTRUE; in main()
168 configASSERT( xResult == pdTRUE ); in main()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/
A Dmain.c75 static BaseType_t xTraceRunning = pdTRUE;
137 pdTRUE, in main()
184 xTasksAlreadyCreated = pdTRUE; in vApplicationIPNetworkEventHook_Multi()
/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/
A DCLI-commands.c371 xReturn = pdTRUE; in prvThreeParameterEchoCommand()
428 xReturn = pdTRUE; in prvParameterEchoCommand()
606 xReturn = pdTRUE; in prvDisplayIPConfig()
617 xReturn = pdTRUE; in prvDisplayIPConfig()
628 xReturn = pdTRUE; in prvDisplayIPConfig()
639 xReturn = pdTRUE; in prvDisplayIPConfig()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/
A DCLI-commands.c337 xReturn = pdTRUE; in prvThreeParameterEchoCommand()
394 xReturn = pdTRUE; in prvParameterEchoCommand()
572 xReturn = pdTRUE; in prvDisplayIPConfig()
583 xReturn = pdTRUE; in prvDisplayIPConfig()
594 xReturn = pdTRUE; in prvDisplayIPConfig()
605 xReturn = pdTRUE; in prvDisplayIPConfig()
/FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/
A Dplus_tcp_hooks_winsim.c113 return pdTRUE; in xApplicationGetRandomNumber()
230 xEndPoints[ 0 ].bits.bWantDHCP = pdTRUE; in vPlatformInitIpStack()
240 configASSERT( xResult == pdTRUE ); in vPlatformInitIpStack()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/
A Dcode_signature_verification_mbedtls.c237 BaseType_t xResult = pdTRUE; in prvVerifySignature()
259 if( pdTRUE == xResult ) in prvVerifySignature()
290 BaseType_t xResult = pdTRUE; in prvSignatureVerificationStart()
302 if( pdTRUE == xResult ) in prvSignatureVerificationStart()
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/
A DShadowDemoMainExample.c390 while( ( xDeleteResponseReceived != pdTRUE ) && in prvWaitForDeleteResponse()
400 if( ( xMQTTStatus != MQTTSuccess ) || ( xDeleteResponseReceived != pdTRUE ) ) in prvWaitForDeleteResponse()
467 xShadowDeleted = pdTRUE; in prvDeleteRejectedHandler()
749 xShadowDeleted = pdTRUE; in prvEventCallback()
750 xDeleteResponseReceived = pdTRUE; in prvEventCallback()
756 xDeleteResponseReceived = pdTRUE; in prvEventCallback()
879 if( ( xDemoStatus == pdPASS ) && ( xDeleteResponseReceived != pdTRUE ) ) in prvShadowDemoTask()
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download_Multithreaded/DemoTasks/
A DS3DownloadMultithreadedHTTPExample.c569 xIsConnectionEstablished = pdTRUE; in prvHTTPDemoTask()
617 if( xIsConnectionEstablished == pdTRUE ) in prvHTTPDemoTask()
837 if( prvCheckNotification( &ulNotification, httpexampleHTTP_FAILURE, pdTRUE ) != pdFALSE ) in prvRequestTask()
1047 … else if( prvCheckNotification( &ulNotification, httpexampleHTTP_FAILURE, pdTRUE ) != pdFALSE ) in prvResponseTask()
1073 BaseType_t xStatus = pdTRUE; in prvCheckNotification()
1078 ( xClearBits == pdTRUE ) ? ulExpectedBits : 0, in prvCheckNotification()
1082 xStatus = ( ( *pulNotification & ulExpectedBits ) == ulExpectedBits ) ? pdTRUE : pdFALSE; in prvCheckNotification()
1181 while( prvCheckNotification( &ulNotification, ulExpectedNotifications, pdFALSE ) != pdTRUE ) in prvDownloadLoop()

Completed in 89 milliseconds

123