Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c1001 char byteString[ 3 ] = { pKeyHexString[ index ], pKeyHexString[ index + 1 ], '\0' }; in populateAuthContextForServer() local
1002 uint8_t byteVal = ( uint8_t ) ( strtoul( byteString, NULL, 16 ) ); in populateAuthContextForServer()

Completed in 8 milliseconds