Mistake on this page?
Report an issue in GitHub or email us
Data Fields
transaction_t Struct Reference

Transaction structure. More...

#include <Transaction.h>

Data Fields

void * tx_buffer
 Tx buffer. More...
 
size_t tx_length
 Length of Tx buffer. More...
 
void * rx_buffer
 Rx buffer. More...
 
size_t rx_length
 Length of Rx buffer. More...
 
uint32_t event
 Event for a transaction. More...
 
event_callback_t callback
 User's callback. More...
 
uint8_t width
 Buffer's word width (8, 16, 32, 64) More...
 

Detailed Description

Transaction structure.

Definition at line 33 of file Transaction.h.

Field Documentation

event_callback_t callback

User's callback.

Definition at line 39 of file Transaction.h.

uint32_t event

Event for a transaction.

Definition at line 38 of file Transaction.h.

void* rx_buffer

Rx buffer.

Definition at line 36 of file Transaction.h.

size_t rx_length

Length of Rx buffer.

Definition at line 37 of file Transaction.h.

void* tx_buffer

Tx buffer.

Definition at line 34 of file Transaction.h.

size_t tx_length

Length of Tx buffer.

Definition at line 35 of file Transaction.h.

uint8_t width

Buffer's word width (8, 16, 32, 64)

Definition at line 40 of file Transaction.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.