Data Structures

struct _axi_cache_attr

#include "xvsec.h"

Overview

AXI cache and protection settings V2 corresponds to Versal devices.

Fields

uint8_t axi_cache

AXI cache bits

uint8_t axi_prot

AXI protection bits

unnamed-struct v2

AXI cache attributes for Versal devices

struct _axi_reg_data

#include "xvsec.h"

Overview

AXI register access structure (for Read & Writes) V2 corresponds to Versal devices.

Fields

axi_access_mode_t mode

Holds the AXI sub-device operating mode (32 bit mode/128 bit mode), 128 bit mode only supported for write operation

uint32_t address

AXI register address

uint32_t data [4]

data field holds the data to write into the provided address for Write operation. Holds the data at the provided address for read operation

unnamed-struct v2

AXI register access parameters for Versal devices