Data Fields
APULPF3_ComplexVector Struct Reference

APULPF3 Vector Struct. More...

#include <APULPF3.h>

Data Fields

complex float * data
 
uint16_t size
 

Detailed Description

APULPF3 Vector Struct.

Struct representing a Vector data type. Vectors are stored in memory as an array.

Note
When allocating memory for this struct, provide at least: sizeof(complex float)* size bytes, where size is APULPF3_ComplexVector.size.

Field Documentation

§ data

complex float* APULPF3_ComplexVector::data

Pointer to the vector data.

§ size

uint16_t APULPF3_ComplexVector::size

Length of the vector.


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