![]() |
![]() |
|
MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
|
#include <CAPT_Type.h>
Data Fields | |
| struct { | |
| uint16_t ui16Decimal | |
| Lower 16; Decimal Bits. More... | |
| uint16_t ui16Natural | |
| Upper 16; Integer Bits. More... | |
| }; | |
| uint32_t | ui32Full |
| Full 32 bits. More... | |
typedef IQ16_t
IQ16_t is a fixed-point integer/fractional data type. Common type used mainly for filtered values. The upper 16bits will be the natural (integer) values, and the lower 16bits will be the decimal section.
| uint16_t IQ16_t::ui16Decimal |
Lower 16; Decimal Bits.
| uint16_t IQ16_t::ui16Natural |
Upper 16; Integer Bits.
| struct { ... } |
| uint32_t IQ16_t::ui32Full |
Full 32 bits.