| 178 | } |
| 179 | |
| 180 | rt_inline void its_encode_cmd(struct its_command *cmd, rt_uint8_t cmd_nr) |
| 181 | { |
| 182 | its_mask_encode(&cmd->code[0], cmd_nr, 7, 0); |
| 183 | } |
| 184 | |
| 185 | rt_inline void its_encode_valid(struct its_command *cmd, rt_bool_t valid) |
| 186 | { |
no test coverage detected