Typedefs
Enumeration/Typedefs
Collaboration diagram for Enumeration/Typedefs:

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...
 

Detailed Description

Typedef Documentation

◆ sint16

signed short sint16

Range of values between -32768 to 32767.

Definition at line 118 of file nm_bsp.h.

◆ sint32

signed long sint32

Range of values between -2147483648 to 2147483647.

Definition at line 126 of file nm_bsp.h.

◆ sint8

signed char sint8

Range of values between -128 to 127.

Definition at line 111 of file nm_bsp.h.

◆ tpfNmBspIsr

void(* tpfNmBspIsr)(void)

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

Used for code portability.

Returns
None

Definition at line 82 of file nm_bsp.h.

◆ uint16

unsigned short uint16

Range of values between 0 to 65535.

Definition at line 96 of file nm_bsp.h.

◆ uint32

unsigned long uint32

Range of values between 0 to 4294967295.

Definition at line 103 of file nm_bsp.h.

◆ uint8

unsigned char uint8

Range of values between 0 to 255.

Definition at line 89 of file nm_bsp.h.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:00