| 45 | typedef uint8 trg_event_set; |
| 46 | |
| 47 | static inline uint8 trg2bit(enum trg_event_type trg) |
| 48 | { return static_cast<uint8>(1 << static_cast<int>(trg)); } |
| 49 | |
| 50 | /** |
| 51 | Check whether the specified trigger event type is set in |
no outgoing calls
no test coverage detected