Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mask each fields of the trigger (#244)
The behavior of `ProxyChannelDeviceHandle::put()` is undefined by design when each field value is given to exceed the bits limitation (such as `MSCCLPP_BITS_SIZE`). Even so, we'd better trim exceeding bits of each field value for safety, so that the invalid usage of a field does not propagate to other fields.
- Loading branch information