Home
last modified time | relevance | path

Searched refs:result (Results 1 – 10 of 10) sorted by relevance

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dcmsis_gcc.h239 uint32_t result; in __get_CONTROL() local
243 return( result ); in __get_CONTROL()
297 uint32_t result; in __get_IPSR() local
301 return( result ); in __get_IPSR()
312 uint32_t result; in __get_APSR() local
327 uint32_t result; in __get_xPSR() local
342 uint32_t result; in __get_PSP() local
400 uint32_t result; in __get_MSP() local
487 uint32_t result; in __get_PRIMASK() local
1045 return result; in __REV16()
[all …]
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c1020 CK_RV result; in setupPkcs11ObjectForAesCmac() local
1044 if( result != CKR_OK ) in setupPkcs11ObjectForAesCmac()
1049 if( result == CKR_OK ) in setupPkcs11ObjectForAesCmac()
1053 if( result != CKR_OK ) in setupPkcs11ObjectForAesCmac()
1059 if( result == CKR_OK ) in setupPkcs11ObjectForAesCmac()
1067 if( result != CKR_OK ) in setupPkcs11ObjectForAesCmac()
1075 return result; in setupPkcs11ObjectForAesCmac()
1084 CK_RV result = CKR_OK; in addClientAuthCode() local
1125 if( result == CKR_OK ) in addClientAuthCode()
1141 if( result == CKR_OK ) in addClientAuthCode()
[all …]
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/DemoTasks/
A DShadowDemoMainExample.c416 JSONStatus_t result = JSONSuccess; in prvDeleteRejectedHandler() local
435 result = JSON_Validate( pxPublishInfo->pPayload, in prvDeleteRejectedHandler()
438 if( result == JSONSuccess ) in prvDeleteRejectedHandler()
454 if( result == JSONSuccess ) in prvDeleteRejectedHandler()
486 JSONStatus_t result = JSONSuccess; in prvUpdateDeltaHandler() local
513 if( result == JSONSuccess ) in prvUpdateDeltaHandler()
528 if( result == JSONSuccess ) in prvUpdateDeltaHandler()
569 if( result == JSONSuccess ) in prvUpdateDeltaHandler()
604 JSONStatus_t result = JSONSuccess; in prvUpdateAcceptedHandler() local
638 if( result == JSONSuccess ) in prvUpdateAcceptedHandler()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dosbdev.c647 DRESULT result; in DiskOpen() local
649 result = disk_ioctl( bVolNum, GET_SECTOR_SIZE, &wSectorSize ); in DiskOpen()
651 if( result == RES_OK ) in DiskOpen()
655 if( result == RES_OK ) in DiskOpen()
720 DRESULT result; in DiskRead() local
724 if( result != RES_OK ) in DiskRead()
765 DRESULT result; in DiskWrite() local
769 if( result != RES_OK ) in DiskWrite()
794 DRESULT result; in DiskFlush() local
796 result = disk_ioctl( bVolNum, CTRL_SYNC, NULL ); in DiskFlush()
[all …]
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/
A DOtaOverMqttDemoExample.c1590 BaseType_t result; in prvMQTTSubscribe() local
1622result = xTaskNotifyWait( 0, otaexampleMAX_UINT32, &ulNotifiedValue, pdMS_TO_TICKS( otaexampleMQTT… in prvMQTTSubscribe()
1624 if( result == pdTRUE ) in prvMQTTSubscribe()
1660 BaseType_t result; in prvMQTTPublish() local
1687result = xTaskNotifyWait( 0, otaexampleMAX_UINT32, NULL, pdMS_TO_TICKS( otaexampleMQTT_TIMEOUT_MS … in prvMQTTPublish()
1689 if( result != pdTRUE ) in prvMQTTPublish()
1724 BaseType_t result; in prvMQTTUnsubscribe() local
1757result = xTaskNotifyWait( 0, otaexampleMAX_UINT32, &ulNotifiedValue, pdMS_TO_TICKS( otaexampleMQTT… in prvMQTTUnsubscribe()
1759 if( result == pdTRUE ) in prvMQTTUnsubscribe()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/
A DOtaOverHttpDemoExample.c2048 BaseType_t result; in prvMQTTSubscribe() local
2080result = xTaskNotifyWait( 0, otaexampleMAX_UINT32, &ulNotifiedValue, pdMS_TO_TICKS( otaexampleMQTT… in prvMQTTSubscribe()
2082 if( result == pdTRUE ) in prvMQTTSubscribe()
2118 BaseType_t result; in prvMQTTPublish() local
2145result = xTaskNotifyWait( 0, otaexampleMAX_UINT32, NULL, pdMS_TO_TICKS( otaexampleMQTT_TIMEOUT_MS … in prvMQTTPublish()
2147 if( result != pdTRUE ) in prvMQTTPublish()
2182 BaseType_t result; in prvMQTTUnsubscribe() local
2215result = xTaskNotifyWait( 0, otaexampleMAX_UINT32, &ulNotifiedValue, pdMS_TO_TICKS( otaexampleMQTT… in prvMQTTUnsubscribe()
2217 if( result == pdTRUE ) in prvMQTTUnsubscribe()
/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/
A DHistory.txt10 not explicitly qualified as either signed or unsigned. As a result char
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/
A Dtest_cellular_api.c126 #define TEST_CELLULAR_ASSERT_REQUIRED_API( condition, result ) \ argument
127 if( result == CELLULAR_UNSUPPORTED ) \
136 #define TEST_CELLULAR_ASSERT_REQUIRED_API_MSG( condition, result, message ) \ argument
137 if( result == CELLULAR_UNSUPPORTED ) \
146 #define TEST_CELLULAR_ASSERT_OPTIONAL_API( condition, result ) \ argument
147 if( result == CELLULAR_UNSUPPORTED ) \
156 #define TEST_CELLULAR_ASSERT_OPTIONAL_API_MSG( condition, result, message ) \ argument
157 if( result == CELLULAR_UNSUPPORTED ) \
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Drelease_notes.md113 - Fix a bug which would result in an error when attempting to create a name with
A Drelease_notes.txt132 - Fix a bug which would result in an error when attempting to create a

Completed in 44 milliseconds