Microchip® Advanced Software Framework

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

Typedefs

typedef signed short sint16
 Range of values between -32768 to 32767. More...
 
typedef signed short sint16
 
typedef signed long sint32
 Range of values between -2147483648 to 2147483647. More...
 
typedef signed long sint32
 
typedef signed char sint8
 Range of values between -128 to 127. More...
 
typedef signed char sint8
 
typedef void(* tpfNmBspIsr )(void)
 Pointer to function.
Used as a data type of ISR function registered by nm_bsp_register_isr. More...
 
typedef void(* tpfNmBspIsr )(void)
 
typedef unsigned short uint16
 
typedef unsigned short uint16
 Range of values between 0 to 65535. More...
 
typedef unsigned long uint32
 
typedef unsigned long uint32
 Range of values between 0 to 4294967295. More...
 
typedef unsigned char uint8
 
typedef unsigned char uint8
 Range of values between 0 to 255. More...
 

signed short sint16

Range of values between -32768 to 32767.

typedef signed short sint16
signed long sint32

Range of values between -2147483648 to 2147483647.

typedef signed long sint32
signed char sint8

Range of values between -128 to 127.

typedef signed char sint8
void(* tpfNmBspIsr)(void)

Pointer to function.
Used as a data type of ISR function registered by nm_bsp_register_isr.

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

Range of values between 0 to 65535.

typedef unsigned long uint32
unsigned long uint32

Range of values between 0 to 4294967295.

typedef unsigned char uint8
unsigned char uint8

Range of values between 0 to 255.