Software APIs
Data Fields
plic_reg_info Struct Reference

PLIC register info. More...

Data Fields

ptrdiff_t offset
 
bitfield_bit32_index_t bit_index
 

Detailed Description

PLIC register info.

This data type is used to store IRQ source bit offset within a register, and the offset of this register inside the PLIC.

Definition at line 25 of file dif_rv_plic.c.

Field Documentation

◆ bit_index

bitfield_bit32_index_t plic_reg_info::bit_index

Definition at line 27 of file dif_rv_plic.c.

◆ offset

ptrdiff_t plic_reg_info::offset

Definition at line 26 of file dif_rv_plic.c.