Here is a list of all documented files with brief descriptions:
fftc.c | This file contains the FFTC driver's higher layer API implementations |
fftc.h | Header file with data structure and API declarations for FFTC driver |
fftc_lld.c | This file contains the FFTC Configuration and Helper APIs useful in setting up the FFTC engine for DFT/IDFT calculations. It also contains various APIs required to retrieve and setup the FFTC error keeping related registers |
fftc_lld.h | Header file with data structure and API declarations for FFTC Low Level Driver (LLD) |
fftc_osal.h | Default OS Adaptation Layer (OSAL) header file for FFTC Driver. Contains the FFTC OSAL API prototype definitions and porting guidelines for each of the OSAL APIs |
fftc_pvt.h | Private Header file with data structure and API declarations for FFTC driver's internal use |
fftc_types.h | Header file with data type definitions used by FFTC |
fftcver.h | FFTC Driver Version Definitions |
listlib.c | Implementation of a doubly linked list |
listlib.h | Header file for the linked list library |