![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Class that controls the switch DMA in the FPGA. More...
#include <fpga_dma-proxy.h>
Public Member Functions | |
| Fpga_DMA ()=default | |
| Default constructor. | |
| ~Fpga_DMA ()=default | |
| Default destructor. | |
| int | DMA_open (void) |
| Open the DMA device driver. | |
| int8_t * | get_buffer_address (void) |
| Obtain DMA buffer address. | |
| int | DMA_write (int nbytes) const |
| Transfer DMA data. | |
| int | DMA_close (void) const |
| Close the DMA device driver. | |
Class that controls the switch DMA in the FPGA.
Definition at line 26 of file fpga_dma-proxy.h.
|
default |
Default constructor.
|
default |
Default destructor.
| int Fpga_DMA::DMA_close | ( | void | ) | const |
Close the DMA device driver.
| int Fpga_DMA::DMA_open | ( | void | ) |
Open the DMA device driver.
| int Fpga_DMA::DMA_write | ( | int | nbytes | ) | const |
Transfer DMA data.
| int8_t * Fpga_DMA::get_buffer_address | ( | void | ) |
Obtain DMA buffer address.