Searched refs:index (Results 1 – 10 of 10) sorted by relevance
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/ |
A D | SNTPClientTask.c | 964 size_t index = 0; in populateAuthContextForServer() local 970 for( index = 0; index < numOfServers; index++ ) in populateAuthContextForServer() 972 …if( ( strlen( pServer ) == strlen( pTimeServers[ index ] ) ) && ( strncmp( pServer, pTimeServers[ … in populateAuthContextForServer() 980 configASSERT( index != numOfServers ); in populateAuthContextForServer() 986 if( ( pAESCMACAuthKeys[ index ] != NULL ) && ( pAuthKeyIds[ index ] != -1 ) ) in populateAuthContextForServer() 995 pAuthContext->keyId = pAuthKeyIds[ index ]; in populateAuthContextForServer() 999 for( index = 0; index < strlen( pKeyHexString ); index += 2 ) in populateAuthContextForServer() 1001 char byteString[ 3 ] = { pKeyHexString[ index ], pKeyHexString[ index + 1 ], '\0' }; in populateAuthContextForServer() 1003 pAuthContext->pAuthKey[ index / 2 ] = byteVal; in populateAuthContextForServer() 1370 for( uint8_t index = 0; index < numOfServers; index++ ) in initializeSntpClient() local [all …]
|
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/ |
A D | test_cellular_api.c | 2379 uint8_t index = 0; in TEST() local 2396 for( index = 0; index < testCELLULARCONNECTION_LOOP_TIMES; ++index ) in TEST() 2456 uint8_t index = 0; in TEST() local 2473 for( index = 0; index < CELLULAR_NUM_SOCKET_MAX; ++index ) in TEST() 2483 for( index = 0; index < CELLULAR_NUM_SOCKET_MAX; ++index ) in TEST() 2517 for( index = 0; index < CELLULAR_NUM_SOCKET_MAX; ++index ) in TEST() 2519 prvSocketConnectionClose( socketHandles[ index ], socketEventGroups[ index ], false ); in TEST() 2536 uint8_t index = 0; in TEST() local 2547 for( index = 0; index < testCELLULARCONNECTION_LOOP_TIMES; ++index ) in TEST() 2584 uint8_t index = 0; in TEST() local [all …]
|
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/ |
A D | readme_coreMQTT.url | 5 URL=https://www.freertos.org/mqtt/index.html
|
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/NTP/ |
A D | See also coreSNTP.url | 4 URL=https://www.freertos.org/coresntp/index.html
|
/FreeRTOS-Plus/Source/AWS/ |
A D | readme-device-shadow.url | 5 URL=https://www.freertos.org/iot-device-shadow/index.html
|
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ |
A D | See also FreeRTOS+TCP.url | 4 URL=http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/index.html
|
/FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/ |
A D | readme.url | 5 URL=https://www.freertos.org/iot-device-defender/index.html
|
/FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/ |
A D | readme.url | 5 URL=https://www.freertos.org/iot-device-shadow/index.html
|
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/ |
A D | OtaOverMqttDemoExample.c | 1242 uint16_t index = 0U; in prvRegisterOTACallback() local 1252 for( ; index < numTopicFilters; index++ ) in prvRegisterOTACallback() 1256 otaTopicFilterCallbacks[ index ].pTopicFilter, in prvRegisterOTACallback() 1257 otaTopicFilterCallbacks[ index ].topicFilterLength, in prvRegisterOTACallback() 1267 otaTopicFilterCallbacks[ index ].callback, in prvRegisterOTACallback()
|
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Http_Demo/DemoTasks/ |
A D | OtaOverHttpDemoExample.c | 1385 uint16_t index = 0U; in prvRegisterOTACallback() local 1395 for( ; index < numTopicFilters; index++ ) in prvRegisterOTACallback() 1399 otaTopicFilterCallbacks[ index ].pTopicFilter, in prvRegisterOTACallback() 1400 otaTopicFilterCallbacks[ index ].topicFilterLength, in prvRegisterOTACallback() 1410 otaTopicFilterCallbacks[ index ].callback, in prvRegisterOTACallback()
|
Completed in 953 milliseconds