Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

DataTypes

DataTypes
[BSP]

Typedefs

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

Typedef Documentation

signed short sint16

Range of values between -32768 to 32767.

Definition at line 125 of file nm_bsp.h.

signed long sint32

Range of values between -2147483648 to 2147483647.

Definition at line 133 of file nm_bsp.h.

signed char sint8

Range of values between -128 to 127.

Definition at line 118 of file nm_bsp.h.

void(* tpfNmBspIsr)(void)

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

Returns:
None

Definition at line 92 of file nm_bsp.h.

unsigned short uint16

Range of values between 0 to 65535.

Definition at line 105 of file nm_bsp.h.

unsigned long uint32

Range of values between 0 to 4294967295.

Definition at line 112 of file nm_bsp.h.

unsigned char uint8

Range of values between 0 to 255.

Definition at line 98 of file nm_bsp.h.