Lines Matching +full:operational +full:- +full:mode
54 * Interface for handling of component operational mode.
70 * Set the operational mode for the component.
73 * Operation mode flags used are component specific and defined by derived classes.
75 * @param op_flags : Set of operation mode flags.
82 * Return the current operational mode flags values
84 * @return const uint32_t : Op Mode flags.
89 * Get the supported operational mode flags for this component.
98 * Set associated trace component - used by generic code to track
133 uint32_t m_op_flags; //!< current component operational mode flags.
134 …uint32_t m_supported_op_flags; //!< supported component operational mode flags - derived clas…
144 …TraceComponent *m_assocComp; //!< associated component -> if this is a pkt decoder, associated …