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

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

#include <lea.h>

Data Fields

uint16_t input1
 
uint16_t reserved1
 
uint16_t rowSize
 
uint16_t colSize
 
uint16_t colVector
 
uint16_t output
 

Detailed Description

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

Field Documentation

uint16_t LEA_mpyMatrixRowParams::colSize

If PxN * NxM matrix multiplication, colSize=M

uint16_t LEA_mpyMatrixRowParams::colVector

column vector

uint16_t LEA_mpyMatrixRowParams::input1

LEA RAM address to input vector containing values in Q15 format

uint16_t LEA_mpyMatrixRowParams::output

output vector

uint16_t LEA_mpyMatrixRowParams::reserved1

padding

uint16_t LEA_mpyMatrixRowParams::rowSize

If PxN * NxM matrix multiplication, rowSize=N


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

Copyright 2016, Texas Instruments Incorporated