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

signed short sint16

Range of values between -32768 to 32767.

signed long sint32

Range of values between -2147483648 to 2147483647.

signed char sint8

Range of values between -128 to 127.

void(* tpfNmBspIsr)(void)

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

Returns
None
unsigned short uint16

Range of values between 0 to 65535.

unsigned long uint32

Range of values between 0 to 4294967295.

unsigned char uint8

Range of values between 0 to 255.