freq = F_Test_DCO_Frequency( 0x1234 );
When more then one FPA is used then instruction can be executed simultaneously and register value
read after the function if finished in all targets.
F_Set_FPA_index( ALL_ACTIVE_FPA ); // select all FPA’s
F_Test_DCO_Frequency( 0x1234 );
for (n=1; n<=MAX_FPA_INDEX; n++ )
Freq[n] = F_LastStatus( n);
108