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

Function its_encode_cmd

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

Source from the content-addressed store, hash-verified

178}
179
180rt_inline void its_encode_cmd(struct its_command *cmd, rt_uint8_t cmd_nr)
181{
182 its_mask_encode(&cmd->code[0], cmd_nr, 7, 0);
183}
184
185rt_inline void its_encode_valid(struct its_command *cmd, rt_bool_t valid)
186{

Callers 8

its_cmd_submit_nomapFunction · 0.85
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