FFTLIB User Guide
FFTLIB_bufParams1D_t Struct Reference

Detailed Description

A structure for a 1 dimensional buffer descriptor.

Definition at line 82 of file FFTLIB_bufParams.h.

Data Fields

uint32_t data_type
 Values are of type FFTLIB_data_type_e. More...
 
uint32_t dim_x
 Width of buffer in X dimension in elements. More...
 

Field Documentation

◆ data_type

uint32_t FFTLIB_bufParams1D_t::data_type

Values are of type FFTLIB_data_type_e.

Definition at line 84 of file FFTLIB_bufParams.h.

◆ dim_x

uint32_t FFTLIB_bufParams1D_t::dim_x

Width of buffer in X dimension in elements.

Definition at line 86 of file FFTLIB_bufParams.h.