Home
last modified time | relevance | path

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

/FreeRTOS-Plus/ThirdParty/winpcap/include/
A Dbittypes.h52 typedef signed short int16_t; typedef
55 typedef signed int int16_t; typedef
58 typedef signed char int16_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Dbittypes.h55 typedef signed int int16_t; typedef
58 typedef signed char int16_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Dbittypes.h55 typedef signed int int16_t; typedef
58 typedef signed char int16_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Dbittypes.h55 typedef signed int int16_t; typedef
58 typedef signed char int16_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Dbittypes.h56 typedef signed int int16_t; typedef
59 typedef signed char int16_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredtypes.h94 typedef __int16 int16_t; /**< @brief Signed 16-bit integer. */ typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/
A Dtest_framework.c48 static int16_t xBufferSize = 0;
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/
A Dota_pal.h127 int16_t otaPal_WriteBlock( OtaFileContext_t * const C,
A Dota_pal.c152 int16_t otaPal_WriteBlock( OtaFileContext_t * const C, in otaPal_WriteBlock()
193 return ( int16_t ) lResult; in otaPal_WriteBlock()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dcmsis_gcc.h1055 __STATIC_FORCEINLINE int16_t __REVSH( int16_t value ) in __REVSH()
1058 return ( int16_t ) __builtin_bswap16( value ); in __REVSH()
1060 int16_t result; in __REVSH()
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c461 int16_t num = ( int16_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 85 milliseconds