Typedef full_ar_chan_t
typedef struct packed { logic id; addr_t addr; axi_pkg::len_t len; axi_pkg::size_t size; axi_pkg::burst_t burst; logic lock; axi_pkg::cache_t cache; axi_pkg::prot_t prot; axi_pkg::qos_t qos; axi_pkg::region_t region; logic user; } full_ar_chan_t;