Index: RODefs.h =================================================================== diff -u -ra94c9ce15845c113e775d2b3741614aca112d0fd -r7979d9c0e7b0c2e3dd68ac8fe19d4290667d39fb --- RODefs.h (.../RODefs.h) (revision a94c9ce15845c113e775d2b3741614aca112d0fd) +++ RODefs.h (.../RODefs.h) (revision 7979d9c0e7b0c2e3dd68ac8fe19d4290667d39fb) @@ -104,6 +104,23 @@ /**@}*/ /** + * @addtogroup FPFilterFlush + * @{ + */ + +/// Enumeration of Filter Flush states. +enum FP_Filter_Flush_States +{ + FILTER_FLUSH_IN_PROGRESS = 0, ///< Filter Flush in progress state + FILTER_FLUSH_PAUSED, ///< Filter Flush paused state + NUM_OF_FILTER_FLUSH_STATES ///< Number of filter flush states +}; +typedef enum FP_Filter_Flush_States FP_FILTER_FLUSH_STATE_T; ///< Type for FP Filter Flush states enumeration + +/**@}*/ + + +/** * @addtogroup CommonHeader * @{ */