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

Function its_encode_collection

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

Source from the content-addressed store, hash-verified

218}
219
220rt_inline void its_encode_collection(struct its_command *cmd, rt_uint16_t collection_id)
221{
222 its_mask_encode(&cmd->code[2], collection_id, 15, 0);
223}
224
225static struct its_table *its_baser_type(struct gicv3_its *its, int type)
226{

Callers 3

gicv3_its_irq_alloc_msiFunction · 0.85

Calls 1

its_mask_encodeFunction · 0.85

Tested by

no test coverage detected