1.7.1 Module description
Support Functions for dspic33-cmsis-dsp Library.
This group of functions provides the APIs for support functions in the dspic33-cmsis-dsp Library.
Support functions provide common utility operations that are reused. These functions are typically lightweight and optimized for memory throughput.
Features:
-
Vector copy operation for single-precision floating-point data
Usage Example:
float32_t src[SIZE], dst[SIZE]; mchp_copy_f32(src, dst, SIZE);
