Reads data with default burst (16) and timeout (10000ms).
The address of the endpoint.
The buffer to store the data that is read. The buffer must not be modified or detached until the returned Promise settles.
Reads data with explicit burst and default timeout (10000ms).
The address of the endpoint.
The buffer to store the data that is read.
The burst length.
Reads data with explicit burst and timeout.
The address of the endpoint.
The buffer to store the data that is read.
The burst length.
The timeout period in milliseconds.
Resets the AXI-Full interface.
Writes data with default burst (16) and timeout (10000ms).
The address of the endpoint.
The data to write. The buffer must not be modified or detached until the returned Promise settles.
Writes data with explicit burst and default timeout (10000ms).
The address of the endpoint.
The data to write.
The burst length.
Writes data with explicit burst and timeout.
The address of the endpoint.
The data to write.
The burst length.
The timeout period in milliseconds.
Interface that provides the methods that may be used to interact with a FrontPanel device using AXI-Full.