Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/
A DCLI-commands.c118 ( const int8_t * const ) "ip-config",
160 ( const int8_t * const ) "echo-3-parameters",
171 ( const int8_t * const ) "echo-parameters",
184 ( const int8_t * const ) "ping",
198 ( const int8_t * const ) "trace",
255 …const int8_t * const pcHeader = ( int8_t * ) "Task Abs Time % Time\r\n************… in prvRunTimeStatsCommand()
281 int8_t * pcParameter; in prvThreeParameterEchoCommand()
350 int8_t * pcParameter; in prvParameterEchoCommand()
421 int8_t * pcParameter; in prvPingCommand()
425 int8_t cBuffer[ 16 ]; in prvPingCommand()
[all …]
A DTwoEchoClients.c131int8_t cTxString[ 25 ], cRxString[ 25 ]; /* Make sure the stack is large enough to hold these. Tu… in prvEchoClientTask()
257 static int8_t cTxString[ 40 ]; in prvZeroCopyEchoClientTask()
/FreeRTOS-Plus/ThirdParty/winpcap/include/
A Dbittypes.h36 typedef signed char int8_t; typedef
39 typedef signed int int8_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredtypes.h91 typedef __int8 int8_t; /**< @brief Signed 8-bit integer. */ typedef
/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/
A DFreeRTOS_CLI.c69 static int8_t prvGetNumberOfParameters( const char * pcCommandString );
360 static int8_t prvGetNumberOfParameters( const char * pcCommandString ) in prvGetNumberOfParameters()
362 int8_t cParameters = 0; in prvGetNumberOfParameters()
A DFreeRTOS_CLI.h52int8_t cExpectedNumberOfParameters; /* Commands expect a fixed number of parameter…
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/
A DNTPClient.h38 typedef int8_t qint8;
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/include/
A DntpClient.h40 typedef int8_t qint8;
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Dbittypes.h39 typedef signed int int8_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Dbittypes.h39 typedef signed int int8_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Dbittypes.h39 typedef signed int int8_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Dbittypes.h40 typedef signed int int8_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DUDPEchoClient_SingleTasks.c118int8_t cTxString[ TX_RX_STR_SIZE ], cRxString[ TX_RX_STR_SIZE ]; /* Make sure the stack is large e… in prvUDPEchoClientTask()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c437 int8_t num = ( int8_t ) va_arg( arglist, int ); in RedVSNPrintf()
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt345 There is no official Hungarian for int8_t, int16_t, int32_t, or int64_t,

Completed in 102 milliseconds