Sa_PkaReqInfo_t Struct Reference
[SA LLD Data Structures]

SALLD PKA Operation Request Structure. More...

#include <salld.h>

Data Fields

Sa_PkaOpTypes_t operation
Sa_PkaCompResults_t cmpResult
uint16_t numShiftBits
uint16_t oprandSize [2]
uint16_t resultSize
uint16_t remSize
uint32_t * oprandPtr [3]
uint32_t * remPtr
uint32_t * resultPtr

Detailed Description

SALLD PKA Operation Request Structure.

This structure defines PKA request information which is used to perform the large vector arithmetic operations.

Restrictions of input parameters:

Definition at line 2193 of file salld.h.


Field Documentation

Store the comparsion result

Definition at line 2195 of file salld.h.

Specify number of bits in shift operation

Definition at line 2196 of file salld.h.

Specify the arithmetic operation as defined at salldPkaOpTypes_t

Definition at line 2194 of file salld.h.

Pointers to up to 3 operand (A,B and C) buffers

Definition at line 2200 of file salld.h.

Specify the size of operands (A, B(C))in 32-bit words

Definition at line 2197 of file salld.h.

Pointer to the buffer to store the reminder

Definition at line 2201 of file salld.h.

Specify the size of reminder in 32-bit words

Definition at line 2199 of file salld.h.

Pointer to the buffer to store the operation result

Definition at line 2202 of file salld.h.

Specify the size of result in 32-bit words

Definition at line 2198 of file salld.h.


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

Copyright 2014, Texas Instruments Incorporated