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

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

#include <lea.h>

Data Fields

uint16_t input1
 
uint16_t reserved1
 
uint16_t vectorSize
 
uint16_t output
 
uint16_t input1Offset
 
uint16_t reserved2
 

Detailed Description

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

Field Documentation

uint16_t LEA_minUnsignedLongMatrixParams::input1

LEA RAM address to input1 vector containing values in uint32_t format

uint16_t LEA_minUnsignedLongMatrixParams::input1Offset

offset for input1 pointer after every min calculation

uint16_t LEA_minUnsignedLongMatrixParams::output

LEA RAM address to output vector which is of size two. output[0] will have max value; output[1] will have index to max value

uint16_t LEA_minUnsignedLongMatrixParams::reserved1

reserved

uint16_t LEA_minUnsignedLongMatrixParams::reserved2

reserved

uint16_t LEA_minUnsignedLongMatrixParams::vectorSize

Input vector size


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

Copyright 2016, Texas Instruments Incorporated