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

Function its_encode_valid

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

Source from the content-addressed store, hash-verified

183}
184
185rt_inline void its_encode_valid(struct its_command *cmd, rt_bool_t valid)
186{
187 its_mask_encode(&cmd->code[2], !!valid, 63, 63);
188}
189
190rt_inline void its_encode_phys_id(struct its_command *cmd, rt_uint32_t phys_id)
191{

Callers 3

gicv3_its_irq_alloc_msiFunction · 0.85
its_map_releaseFunction · 0.85

Calls 1

its_mask_encodeFunction · 0.85

Tested by

no test coverage detected