WINC1500 IoT Software APIs: DataTypes

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
DataTypes

Typedefs

typedef void(* tpfNmBspIsr) (void)
 
typedef unsigned char uint8
 
typedef unsigned short uint16
 
typedef unsigned long uint32
 
typedef signed char sint8
 
typedef signed short sint16
 
typedef signed long sint32
 

Detailed Description

Typedef Documentation

◆ tpfNmBspIsr

void(* tpfNmBspIsr)(void)

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

Returns
None

◆ uint8

unsigned char uint8

Range of values between 0 to 255.

◆ uint16

unsigned short uint16

Range of values between 0 to 65535.

◆ uint32

unsigned long uint32

Range of values between 0 to 4294967295.

◆ sint8

signed char sint8

Range of values between -128 to 127.

◆ sint16

signed short sint16

Range of values between -32768 to 32767.

◆ sint32

signed long sint32

Range of values between -2147483648 to 2147483647.

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13