![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
This union splits one int32_t (32-bit signed integer) or uint32_t (32-bit unsigned integer) four uint8_t's (8-bit unsigned integers) and vice versa. More...
This union splits one int32_t (32-bit signed integer) or uint32_t (32-bit unsigned integer) four uint8_t's (8-bit unsigned integers) and vice versa.
Definition at line 108 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... | |
uint8_t | LT_byte [4] |
4 bytes (unsigned 8-bit integers) to be converted to a 32-bit signed or unsigned integer More... | |
uint8_t LT_union_int32_4bytes::LT_byte[4] |
4 bytes (unsigned 8-bit integers) to be converted to a 32-bit signed or unsigned integer
Definition at line 112 of file Linduino.h.
int32_t LT_union_int32_4bytes::LT_int32 |
32-bit signed integer to be converted to four bytes
Definition at line 110 of file Linduino.h.
uint32_t LT_union_int32_4bytes::LT_uint32 |
32-bit unsigned integer to be converted to four bytes
Definition at line 111 of file Linduino.h.