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

Function its_encode_event_id

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

Source from the content-addressed store, hash-verified

213}
214
215rt_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
220rt_inline void its_encode_collection(struct its_command *cmd, rt_uint16_t collection_id)
221{

Callers 5

lpi_flush_configFunction · 0.85
gicv3_its_irq_alloc_msiFunction · 0.85
gicv3_its_irq_free_msiFunction · 0.85
gicv3_its_irq_set_stateFunction · 0.85

Calls 1

its_mask_encodeFunction · 0.85

Tested by

no test coverage detected