Typedef mst_ar_chan_t

typedef struct packed {                                
    id_mst_t              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;                    
    user_t            user;                      
  } mst_ar_chan_t;