/* * FPGA.h * * Created on: Aug 15, 2024 * Author: fw */ #ifndef __FPGA_H__ #define __FPGA_H__ #include "BLCommon.h" void initFPGA( void ); void execFPGA( void ); void signalFPGAReceiptCompleted( void ); void clearSCI2DMAReceiveInterrupt( void ); void clearSCI2DMATransmitInterrupt( void ); #endif