MSP430™CapTIvateSoftwareLibraryAPIGuide  1_83_00_05
Data Fields
IQ16_t Union Reference

typedef IQ16_t More...

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

Detailed Description

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.

Field Documentation

§ ui16Decimal

uint16_t IQ16_t::ui16Decimal

Lower 16; Decimal Bits.

§ ui16Natural

uint16_t IQ16_t::ui16Natural

Upper 16; Integer Bits.

§ @13

struct { ... }

§ ui32Full

uint32_t IQ16_t::ui32Full

Full 32 bits.


The documentation for this union was generated from the following file:
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale