| 213 | } |
| 214 | |
| 215 | rt_inline void its_encode_event_id(struct its_command *cmd, rt_uint32_t event_id) |
| 216 | { |
| 217 | its_mask_encode(&cmd->code[1], event_id, 31, 0); |
| 218 | } |
| 219 | |
| 220 | rt_inline void its_encode_collection(struct its_command *cmd, rt_uint16_t collection_id) |
| 221 | { |
no test coverage detected