MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / its_encode_target

Function its_encode_target

components/drivers/pic/pic-gicv3-its.c:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205rt_inline void its_encode_target(struct its_command *cmd, rt_uint64_t target_addr)
206{
207 its_mask_encode(&cmd->code[2], target_addr >> 16, 51, 16);
208}
209
210rt_inline void its_encode_device_id(struct its_command *cmd, rt_uint32_t device_id)
211{

Callers 2

its_cmd_submit_nomapFunction · 0.85

Calls 1

its_mask_encodeFunction · 0.85

Tested by

no test coverage detected