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 D | CLI-commands.c | 118 ( 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 D | TwoEchoClients.c | 131 …int8_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 D | bittypes.h | 36 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 D | redtypes.h | 91 typedef __int8 int8_t; /**< @brief Signed 8-bit integer. */ typedef
|
| /FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ |
| A D | FreeRTOS_CLI.c | 69 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 D | FreeRTOS_CLI.h | 52 …int8_t cExpectedNumberOfParameters; /* Commands expect a fixed number of parameter…
|
| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/ |
| A D | NTPClient.h | 38 typedef int8_t qint8;
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/include/ |
| A D | ntpClient.h | 40 typedef int8_t qint8;
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/ |
| A D | bittypes.h | 39 typedef signed int int8_t; typedef
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/ |
| A D | bittypes.h | 39 typedef signed int int8_t; typedef
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/ |
| A D | bittypes.h | 39 typedef signed int int8_t; typedef
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/ |
| A D | bittypes.h | 40 typedef signed int int8_t; typedef
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | UDPEchoClient_SingleTasks.c | 118 …int8_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 D | printf.c | 437 int8_t num = ( int8_t ) va_arg( arglist, int ); in RedVSNPrintf()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/doc/ |
| A D | coding_style.txt | 345 There is no official Hungarian for int8_t, int16_t, int32_t, or int64_t,
|
Completed in 102 milliseconds