MSP430 DriverLib for MSP430FR5xx_6xx Devices  2.70.00.08
 All Data Structures Files Functions Variables Enumerations Modules Pages
LEA_goertzelParams Struct Reference

Parameter structure that should be paired with the LEA_goertzel command when using LEA_invokeCommand(). More...

#include <lea.h>

Data Fields

uint16_t input1
 
uint16_t reserved1
 
uint16_t vectorSize
 
uint16_t output
 
int16_t coeffCos
 
int16_t coeffSin
 

Detailed Description

Parameter structure that should be paired with the LEA_goertzel command when using LEA_invokeCommand().

Field Documentation

int16_t LEA_goertzelParams::coeffCos

cos coefficient

int16_t LEA_goertzelParams::coeffSin

sin coefficient

uint16_t LEA_goertzelParams::input1

LEA RAM address to input vector containing values in Q15 format

uint16_t LEA_goertzelParams::output

LEA RAM address to output vector containing values in Q15 format

uint16_t LEA_goertzelParams::reserved1

reserved

uint16_t LEA_goertzelParams::vectorSize

Input vector size


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

Copyright 2016, Texas Instruments Incorporated