check internally for `-IDmin` and `-IDmax`
ID space for TREX encoding is 14 bit
Is documented: https://github.com/rokath/trice/blob/master/docs/TriceV1.0Specification.md#252-package-format
If the user writes manually a big or negative ID, there is currently no protection.
A runtime 14-bit ID mask is possible but adds no value.
The Trice tool checks for correct IDMin and IDMax now. A runtime check or mask blows up the code amount and slows down the Trice execution. Because ID insertion normally is done automatically by the Trice tool we add no runtime ID evaluation. If the user inserts IDs manually, it is expected she knows about the impact.