Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DataTypes

Typedefs

typedef signed short sint16
 
typedef signed short sint16
 
typedef signed short sint16
 Range of values between -32768 to 32767. More...
 
typedef signed long sint32
 
typedef signed long sint32
 
typedef signed long sint32
 Range of values between -2147483648 to 2147483647. More...
 
typedef signed char sint8
 
typedef signed char sint8
 
typedef signed char sint8
 Range of values between -128 to 127. More...
 
typedef void(* tpfNmBspIsr )(void)
 
typedef void(* tpfNmBspIsr )(void)
 
typedef unsigned short uint16
 
typedef unsigned short uint16
 
typedef unsigned short uint16
 Range of values between 0 to 65535. More...
 
typedef unsigned long uint32
 
typedef unsigned long uint32
 
typedef unsigned long uint32
 Range of values between 0 to 4294967295. More...
 
typedef unsigned char uint8
 
typedef unsigned char uint8
 
typedef unsigned char uint8
 Range of values between 0 to 255. More...
 

typedef signed short sint16
typedef signed short sint16
signed short sint16

Range of values between -32768 to 32767.

typedef signed long sint32
typedef signed long sint32
signed long sint32

Range of values between -2147483648 to 2147483647.

typedef signed char sint8
typedef signed char sint8
signed char sint8

Range of values between -128 to 127.

typedef void(* tpfNmBspIsr)(void)
typedef void(* tpfNmBspIsr)(void)
typedef unsigned short uint16
typedef unsigned short uint16
unsigned short uint16

Range of values between 0 to 65535.

typedef unsigned long uint32
typedef unsigned long uint32
unsigned long uint32

Range of values between 0 to 4294967295.

typedef unsigned char uint8
typedef unsigned char uint8
unsigned char uint8

Range of values between 0 to 255.