]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/common/pfp_app.h
PASDK-71:Disable PFP's by default.
[processor-sdk/performance-audio-sr.git] / pasdk / common / pfp_app.h
index 8f1271783c727bbf533fee4d6a24eb69618f6e27..0199b6bc7cef7e26bdd0306cf19a1b99ceaada31 100644 (file)
@@ -16,7 +16,7 @@
 #define PFP_LATCH_MEAS      ( 1 )
 
 #ifdef _TMS320C6X
-#define PFP_MAX_ASP     ( 4 )
+#define PFP_MAX_ASP         ( 4 )
 
 /* Define all PFP ID's */
 #define PFP_ID_MAIN         0
 #define PFP_DEF_ALPHA       (PFP_DEF_PERIOD_MS/PFP_DEF_TAU_MS)
 
 // disable all PFP's
-//#define PFP_ENABLE_MASK ( 0 )
+#define PFP_ENABLE_MASK ( 0 )
 
 // enable all PFP's
-#define PFP_ENABLE_MASK ( (1<<PFP_ID_ASIT_0) | \
-                          (1<<PFP_ID_ASIT_1) | \
-                          (1<<PFP_ID_ASIT_2) | \
-                          (1<<PFP_ID_ASOT_0) | \
-                          (1<<PFP_ID_ASOT_1) | \
-                          (1<<PFP_ID_ASOT_ASP_0) | \
-                          (1<<PFP_ID_ASOT_ASP_1) | \
-                          (1<<PFP_ID_ASOT_ASP_2) | \
-                          (1<<PFP_ID_ASOT_ASP_3) )
+//#define PFP_ENABLE_MASK ( (1<<PFP_ID_ASIT_0) | \
+//                          (1<<PFP_ID_ASIT_1) | \
+//                          (1<<PFP_ID_ASIT_2) | \
+//                          (1<<PFP_ID_ASOT_0) | \
+//                          (1<<PFP_ID_ASOT_1) | \
+//                          (1<<PFP_ID_ASOT_ASP_0) | \
+//                          (1<<PFP_ID_ASOT_ASP_1) | \
+//                          (1<<PFP_ID_ASOT_ASP_2) | \
+//                          (1<<PFP_ID_ASOT_ASP_3) )
 
 #else /* _TMS320C6X */
 
 #define PFP_DEF_ALPHA       (PFP_DEF_PERIOD_MS/PFP_DEF_TAU_MS)
 
 //
-// NOTE: currently ARM PFP's are enabled in main()
-// These masks can be considered a placeholder
+// NOTE: currently ARM PFP's are enabled in main().
+// These masks can be considered a placeholder.
 
 //
 // disable all PFP's
-//#define PFP_ENABLE_MASK ( 0 )
+#define PFP_ENABLE_MASK ( 0 )
 
 // enable INFO and DECODE PFP's
-#define PFP_ENABLE_MASK ( (1<<PFP_ID_ASDT_0) | \
-                          (1<<PFP_ID_ASDT_1) | \
-                          (1<<PFP_ID_ASDT_2) )
+//#define PFP_ENABLE_MASK ( (1<<PFP_ID_ASDT_0) | \
+//                          (1<<PFP_ID_ASDT_1) | \
+//                          (1<<PFP_ID_ASDT_2) )
 
 
 #endif /* _TMS320C6X */