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

Function its_encode_device_id

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

Source from the content-addressed store, hash-verified

208}
209
210rt_inline void its_encode_device_id(struct its_command *cmd, rt_uint32_t device_id)
211{
212 its_mask_encode(&cmd->code[0], device_id, 63, 32);
213}
214
215rt_inline void its_encode_event_id(struct its_command *cmd, rt_uint32_t event_id)
216{

Callers 6

lpi_flush_configFunction · 0.85
gicv3_its_irq_alloc_msiFunction · 0.85
its_map_releaseFunction · 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