5.5.4 FIRDelayInit
Description
FIRDelayInit initializes to zero the delay values in an FIRStruct filter structure.
Prototype
void FIRDelayInit (FIRStruct* filter);
Arguments
|
Parameters | Description |
|---|---|
|
filter |
Pointer to FIRStruct filter structure |
Returns
None.
Remarks
See description of FIRStruct structure above.
Note: FIR interpolator's delay is initialized by function FIRInterpDelayInit.
Source File
- firdelay_aa.s
Function Profile
| Device | Program Words | Cycles |
|---|---|---|
|
PIC32A |
6 |
22 + M |
System resource usage
- W0…W2 - used, not restored
- REPEAT instruction(s) usage – 1
