Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
LT_union_uint32_2uint16s Union Reference

This union splits one int32_t (32-bit signed integer) or uint32_t (32-bit unsigned integer) into two uint16_t's (16-bit unsigned integers) and vice versa. More...

Detailed Description

This union splits one int32_t (32-bit signed integer) or uint32_t (32-bit unsigned integer) into two uint16_t's (16-bit unsigned integers) and vice versa.

Definition at line 117 of file Linduino.h.

Data Fields

int32_t LT_int32
 32-bit signed integer to be converted to four bytes More...
 
uint32_t LT_uint32
 32-bit unsigned integer to be converted to four bytes More...
 
uint16_t LT_uint16 [2]
 2 words (unsigned 16-bit integers) to be converted to a 32-bit signed or unsigned integer More...
 

Field Documentation

◆ LT_int32

int32_t LT_union_uint32_2uint16s::LT_int32

32-bit signed integer to be converted to four bytes

Definition at line 119 of file Linduino.h.

◆ LT_uint16

uint16_t LT_union_uint32_2uint16s::LT_uint16[2]

2 words (unsigned 16-bit integers) to be converted to a 32-bit signed or unsigned integer

Definition at line 121 of file Linduino.h.

◆ LT_uint32

uint32_t LT_union_uint32_2uint16s::LT_uint32

32-bit unsigned integer to be converted to four bytes

Definition at line 120 of file Linduino.h.


The documentation for this union was generated from the following file: